[jQuery] JQuery form not working on ie6

2009-03-13 Thread ashbyrich
On form submit loads a script "update/ajax" which recalcs cart values. Post script loads the contents of the page (passed to Codeigniter framework as the url: /cart?showcart/ajax)...Works gr8 in safari Firefox but in ie6 it fails not picking up submit it falls back to the degraded no javascr

[jQuery] Beginner a little stuck

2009-03-05 Thread ashbyrich
I have multiple forms of the nature [code] [/code] I have the script as follows [code] $(document).ready(function() { $('.submit').click(function() { var msg = $('.qty').val(); $.post("", {qty: msg}, function () { $(