Sunday, July 3, 2011

$(‘#form_id’).submit() does not work with Rhomobile+ jQtouch

If you are using Rhomobile and jQtouch together you may find that  $(‘#form_id’).submit();  will not work.  Use jQT.submitForm(‘.current form.yourFormClass’); instead of submit.