I've got a way for using the Dreamweaver's Spry form validation along
with the jQuery "form" plugin for submitting form via ajaxSubmit.
Here is the simple code that you need in the “beforeSubmit” parameter
of $.ajaxForm
$("#formID").ajaxForm({
url: "submit.php",
beforeSubmit: function(fo
I'm using http://malsup.com/jquery/form plugin but it is not working
on IE8 but all other browsers. Pls help..
thanks
adnan
I'm working with jQuery ui sortable. It's working fine until I append
new element to the sortable container. I tried with
sortable("refresh"). It gets the new element when i call
sortable("serialize") but the new element is not draggable, though the
old ones(existing from the beginning) are still
3 matches
Mail list logo