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
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
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
3 matches
Mail list logo