[jQuery] JQuery Nubie

2009-04-09 Thread duke
Hi all, I want to add the ability to play sound on my web site without going to a new page. is IE dependent and will not hold accross all browsers. I downloaded the jquery.media.js and the jquery.metadata.js and included the imports: I then included the followin

[jQuery] Re: JQuery Form Plugin with multiple forms per page

2007-11-29 Thread Tom Duke
var formId = this.id; $(this).ajaxForm({ target: formId, url: 'siteminderAjax.tmpl', beforeSubmit: function() { alert(formId) }, success: function() { alert('Ajax call complete.') } }); }); On Nov 29, 4:44 pm, Tom

[jQuery] JQuery Form Plugin with multiple forms per page

2007-11-29 Thread Tom Duke
Hi all, New to the list and jquery. I am trying to bind the JQuery form plugin to multiple forms on a single page. I can do this but I cannot figure out how to assign different options for each form. The form code is :- ... Where the rid is unique for each form. My JQuery code is :- $(doc