[jQuery] jQuery thickbox/form plugin Chrome/Safari compatibility issue?

2010-02-20 Thread jfornear
I'm displaying a form in a Thickbox and using the jQuery form plugin to process the form and load the results back into the same Thickbox window. It's working perfectly in Firefox, but when the form is submitted in Chrome/Safari you are sent to the page in the action attribute. This is the js in

[jQuery] Re: jQuery thickbox/form plugin Chrome/Safari compatibility issue?

2010-02-20 Thread jfornear
with the server response target: '#sender', // success identifies the function to invoke when the server response // has been received; here we apply a fade-in effect to the new content success: function() { $('#sender').fadeIn('slow'); } }); }); /script On Feb 20, 9:00 pm, jfornear jesseforn...@gmail.com