[jQuery] Re: Modal Form & Validation + JSON call

2009-04-08 Thread wwor...@gmail.com
i was able to get it to work but i couldn't use the built in buttons option for the dialog $(function() { var name = $("#name"), email = $("#email"), message = $("#message"), allFields = $([]).add(name

[jQuery] Re: Modal Form & Validation + JSON call

2009-04-08 Thread Richard D. Worth
It's possible you're having an issue because the dialog content element is moved to the end of the body. So if that element contains form elements, rather than an entire form, they'll be removed from the form. For more info (including some work-arounds) see http://groups.google.com/group/jquery-ui

[jQuery] Re: Modal Form & Validation + JSON call

2009-04-07 Thread wwor...@gmail.com
Jorn i think you might be able to help with this as it relates to your validate stuff, again any help is great. I did find some post relating to removing the submit handler for the modal buttons but not sure how to get that to work, tried a few things and couldn't get it to work. On Apr 7, 11:07