We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if I use a form element or any non DIV as the mag.module ID element it breaks,
It seems as only the div element can be used as the top module container?
<form id="form> <h2>Hello!</h2> </form> mag.module('former',{view:function(el,pr,st){ st.h2='YO!' }})
produces no change v 0.8
http://jsbin.com/gupitufado/1/edit?html,js,output
The text was updated successfully, but these errors were encountered:
Other tags can be used too, such as UL, SECTION, MAIN
Not sure why P and FORM don't seem to work..
Sorry, something went wrong.
No branches or pull requests
if I use a form element or any non DIV as the mag.module ID element it breaks,
It seems as only the div element can be used as the top module container?
produces no change
v 0.8
http://jsbin.com/gupitufado/1/edit?html,js,output
The text was updated successfully, but these errors were encountered: