• Store URL: N/A
    WordPress version: 3.7.1
    WP e-Commerce version: 3.8.12.1
    Gold Cart version: 2.9.7.6
    Theme: N/A

    I did this: Purchased and Installed Gold Cart for WP e-Commerce

    I expected WP e-Commerce to do this: Be compatible with the most recent version of WordPress

    Instead it did this: Threw a JavaScript error because it is using a jQuery function that no longer exists, which breaks live search.

    Details:
    Error from console: TypeError: $(…).live is not a function – gold_cart.js (line 34)

    WordPress Version 3.7.1 uses jQuery version 1.10.2. The function ‘live()’ is deprecated since jQuery v1.7 and now completely removed in v1.10.
    http://api.jquery.com/category/removed/
    http://api.jquery.com/live/

    Please update your scripts to use ‘on()’ instead of ‘live()’.
    http://api.jquery.com/on/

    http://wordpress.org/plugins/wp-e-commerce/

  • The topic ‘Gold Cart – 'live' is not a function – method does not exist’ is closed to new replies.