send custom options to slider change function
hi there
is there a way to send custom options to the function called on slide?
somthing like
.slider({
slide: sliderChange,
myOption: 'test'
});
i need to acces the value of myOption inside the sliderChange
function.
thanx!