RailsCasts Pro episodes are now free!

Learn more or hide this

Dipesh Batheja's Profile

GitHub User: dipeshba

Site: http://www.NetlingsHQ.com

Comments by Dipesh Batheja

Avatar

I wonder if there is also a way to add custom select box without wrapping it in tag?

Avatar

ok cool, that worked. i just did:

javascript
$(document).foundation().foundation("reveal",
{
    opened: function(data) {
        $(document).foundation('forms', 'assemble');
    }
});
Avatar

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?