Hello,

I have problem with submitting form in select function.

$(function(){
$('#tabs').tabs
 ({
  event: 'click',
  cache: false,
  ajaxOptions: { cache: false },
  select: function(event, ui) { $('#FORM').submit(); while($
('#FORM').submit()==false){ return false; } if($('#FORM').submit()
==true) { return true; } }
 });
});

I can submit form, with ID "FORM" when I click on another item. It
works only sometimes, not always.

I load content throught AJAX, and form is inside.

Please can you help me? Thank you!

Best Regards

Evandar

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to