You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tag call inside tag would benefit from being a param so that id, class etc could be passed.
E.g.
DEFINITION:
<% # we can't use jQuery traversal functions since the dialog will move around in the DOM %>
<% attributes["id"]="hjq-dialog-#{(rand*1000000000).to_i}" unless attributes.has_key?("id") %>
USAGE:
<hjq-dialog-open-button: id="..." class="..." />
The text was updated successfully, but these errors were encountered:
The tag call inside tag would benefit from being a param so that id, class etc could be passed.
E.g.
DEFINITION:
<% # we can't use jQuery traversal functions since the dialog will move around in the DOM %>
<% attributes["id"]="hjq-dialog-#{(rand*1000000000).to_i}" unless attributes.has_key?("id") %>
USAGE:
<hjq-dialog-open-button: id="..." class="..." />
The text was updated successfully, but these errors were encountered: