jijo-paulose / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

Unrecognized expression [type=text/javascript] #270

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: jScrollPane - v2.0.0beta12 - 2012-06-21

What steps will reproduce the problem?
1. ie8
2. element.jScrollPane();

Message: "Unrecognized expression [type=text/javascript]"

-----

tofix: in jquery.jscrollpane.js, line 1392:

'[type=text/javascript],not([type])'

replace with:

"[type='text/javascript'],not([type])"

Original issue reported on code.google.com by i...@solverat.com on 25 Jul 2012 at 12:02

Attachments:

GoogleCodeExporter commented 9 years ago
Already fixed - see https://github.com/vitch/jScrollPane/pull/168

Original comment by kelvin.l...@gmail.com on 25 Jul 2012 at 12:12