RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: dipeshba
Site: http://www.NetlingsHQ.com
I wonder if there is also a way to add custom select box without wrapping it in tag?
ok cool, that worked. i just did:
$(document).foundation().foundation("reveal", { opened: function(data) { $(document).foundation('forms', 'assemble'); } });
Do custom form in zurb work on ajax? I am not able to to get it to work. I have the form in reveal modal loaded using ajax. But the select boxes are not custom. Anyone have a clue?
I wonder if there is also a way to add custom select box without wrapping it in tag?
ok cool, that worked. i just did:
Do custom form in zurb work on ajax? I am not able to to get it to work. I have the form in reveal modal loaded using ajax. But the select boxes are not custom. Anyone have a clue?