Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/plugins/woocommerce-menu-bar-cart/javascript/ |
Current File : //var/www/web284/html/wp-content/plugins/woocommerce-menu-bar-cart/javascript/wpmenucart.js |
/* * JS for WPEC, EDD and eShop * * AJAX not working for you? Look for the (specific) class attached to your 'add to cart' button (example: YOURCLASS) * The add it to the list of class selectors in the jQuery command: * $(".edd-add-to-cart, .wpsc_buy_button, .eshopbutton, div.cartopt p label.update input#update, .YOURCLASS").click(function(){ * */ jQuery(document).ready(function($) { $(".edd-add-to-cart, .wpsc_buy_button, .eshopbutton, div.cartopt p label.update input#update").click(function(){ WPMenucart_Timeout(); }); function WPMenucart_Timeout() { setTimeout(function () { WPMenucart_Load_JS(); }, 1000); } function WPMenucart_Load_JS() { $('#wpmenucartli').load(wpmenucart_ajax.ajaxurl+'?action=wpmenucart_ajax&_wpnonce='+wpmenucart_ajax.nonce); } });
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare