Magento 1.9 - TypeError: this.toggleElements.toggleSingle is not a function

12:08 PM

Magento 1.9 - TypeError: this.toggleElements.toggleSingle is not a function

Solution
The solution is simple, Just copy the below code.


  match: function () {
        if(this.toggleElements.length > 0){
            this.toggleElements.toggleSingle();
        }
    },
    unmatch: function () {
        if(this.toggleElements.length > 0){
            this.toggleElements.toggleSingle({destruct: true});
        }
    }

I am Web Developer and Web Designer. Also Part Time Blogger. Love To Code in HTML, CSS, JS, jQuery, Bootstrap, PHP, WordPress, Magento.

RELATED POSTS

Previous
Next Post »