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
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
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
3 matches
Mail list logo