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
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("= site_url('cart/add_cart') ?>", {qty: msg}, function
() {
$(
2 matches
Mail list logo