[jQuery] Using Dreamweaver Spry validation with jQuery ajax form plugin

2009-06-08 Thread adaa
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

[jQuery] jquery form plugin not working in IE8

2009-04-16 Thread adaa
I'm using http://malsup.com/jquery/form plugin but it is not working on IE8 but all other browsers. Pls help.. thanks adnan

[jQuery] jQuery Sorting not working after appending new element

2008-06-02 Thread adaa
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