Plugin Directory

Changeset 1802029


Ignore:
Timestamp:
01/12/2018 06:59:32 PM (8 years ago)
Author:
jonboss
Message:

Version 1.5

Location:
simple-woocommerce-favourites
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • simple-woocommerce-favourites/tags/1.5/includes/js/add-to-favourites.js

    r1719003 r1802029  
    11jQuery(document).ready(function($){
    22
    3     $('.simple_add_to_favourites').click(function(e){
     3    $(document).on('click', '.simple_add_to_favourites', function(e){
    44        e.preventDefault();
    55        var prod_id = $(this).data().productid;
     
    2222    });
    2323
    24     $('.simple-remove-from-favourites').click(function(){
     24    $(document).on('click', '.simple-remove-from-favourites', function(){
    2525        var prod_id    = $(this).data().product_id;
    2626        if( isNaN(prod_id) ){
  • simple-woocommerce-favourites/tags/1.5/readme.txt

    r1769538 r1802029  
    55Requires at least: 4.4 or higher
    66Tested up to: 4.9
    7 Stable tag: 1.4
     7Stable tag: 1.5
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • simple-woocommerce-favourites/trunk/includes/js/add-to-favourites.js

    r1719003 r1802029  
    11jQuery(document).ready(function($){
    22
    3     $('.simple_add_to_favourites').click(function(e){
     3    $(document).on('click', '.simple_add_to_favourites', function(e){
    44        e.preventDefault();
    55        var prod_id = $(this).data().productid;
     
    2222    });
    2323
    24     $('.simple-remove-from-favourites').click(function(){
     24    $(document).on('click', '.simple-remove-from-favourites', function(){
    2525        var prod_id    = $(this).data().product_id;
    2626        if( isNaN(prod_id) ){
  • simple-woocommerce-favourites/trunk/readme.txt

    r1769538 r1802029  
    55Requires at least: 4.4 or higher
    66Tested up to: 4.9
    7 Stable tag: 1.4
     7Stable tag: 1.5
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.