IE8 seems to have a problem with liquid slider (jQuery 1.11.1, LS 2.3.2).
We tracked the code and located a jQuery-dependent reason for the error message.
The problem is the function LiquidSlider.convertRegex(input). The jQuery-trim-function is the vermin, causing problems in IE8.
IE8 seems to have a problem with liquid slider (jQuery 1.11.1, LS 2.3.2). We tracked the code and located a jQuery-dependent reason for the error message. The problem is the function LiquidSlider.convertRegex(input). The jQuery-trim-function is the vermin, causing problems in IE8.
The solution would be to alter the code:
to
This works in IE8 and all modern browsers.
Btw: Why do the version numbers in the sourcecode and in the minified release version differ?