Hello everyone,


I'm  using the jqueryreloadedplugin and I want to submit the form by AJAX. It 
works but when I try to use an indicator to show when the form is being 
processed, so that the end user can tell that something is going on, it just 
doesn't seem to work any longer. Does anyone have sample code for this and are 
there any specific instructions like files i should put under the web directory 
etc?

-------------------------------------------------------------------------------

 <?php echo jq_submit_to_remote('ajax_submit', 'Save Details',
                array('update' => 'seeker_form_div',
                'url' => 'seeker/create'//,
                //  'loading'  => "Element.show('indicator'); \$('tag').value = 
''",--- IF I UNCOMMENT THESE LINES, IT DOESN'T SEEM 
                //  'complete' => 
"Element.hide('indicator');".jq_visual_effect('highlight', 
'seeker_form_div')------------TO  WORK ANY LONGER
                ),
                array('class' => 'button')) ?>

-----------------------------------------------------------------------------------------------------------

I just want to give the end user some visual feed back while the form is 
processing! Thanks for all the help!!!

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en.



      
--
You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en.

Reply via email to