Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
[SOLVED]status of toggle – how do you read it in custom.js??
Here is a snippet of JQuery code for accessing toggle control’s value. The underlying implementation uses an HTML <input type=”checkbox”> See the snippet below and the screenshot.
In the following snippets #m1-Untitled2-toggle1 is the id of the <div> that wraps the internal checkbox.
$('#m1-Untitled2-toggle1 input').attr('checked')
or
$('#m1-Untitled2-toggle1 input').is(':checked')