php / * DODAWANIE PRODUKTU DO KOSZYKA AJAX * /

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php / * DODAWANIE PRODUKTU DO KOSZYKA AJAX * /相关的知识,希望对你有一定的参考价值。

/* DODAWANIE PRODUKTU DO KOSZYKA AJAX */
	
	var sendForm = function ($form, callback, url, data) {
		data = data || {};
		url = url || '/';
		$form.find('input, select, textarea, button').each(function () {
			data[$(this).attr('name')] = $(this).val();
		});
		$.post(url, data).then(callback);
	}

	$('form.cart button[type=submit]').click(function(ev) {
		var $this = $(this);
		var minicartClass = '.header__cart';
		ev.preventDefault();
		$this.attr('disabled', true);
		sendForm($('.cart'), function(newhtml) {
			$this.attr('disabled', false);
			// aktualizacja koszyka
			var $newCart = $(newhtml).find(minicartClass);
			var $oldCart = $(minicartClass);
			$oldCart.html($newCart.html());
		});
	});

/* ================================== */

以上是关于php / * DODAWANIE PRODUKTU DO KOSZYKA AJAX * /的主要内容,如果未能解决你的问题,请参考以下文章

java Tworzenie库存我dodawanie做niego项目

sql Dodawanie nowego parametru do bazy

mysql错误1066

sql Per MySql alle Produkt selektieren die kein Bild haben,entweder alle Config oder alle mit bestim

使用引号字符搜索时崩溃

Magento 1.9结合折扣金额和小计