How would I return the value of an option set?
For example, in jQuery UI I can do the following:
if( $.ui.dialog.prototype.options.modal === true){
//do something
}
is there a built in method to do this, as I can't seem to find it as I muck about in the console?
$('slider-selector').get(0).slick.options.yourOption
thank you sir.
Most helpful comment
$('slider-selector').get(0).slick.options.yourOption