Regex error with Currency Sorting Plugin
Regex error with Currency Sorting Plugin
I am using IE 8 ( no choice) and the data sort plugin for currency.
I'm getting an "Object doesn't support this property or method" error on this line. Not sure if str should be on same line as var, but I tried and that still gives error.
// Init the regex just once for speed - it is "closure locked"
var
str = jQuery.fn.dataTableExt.oApi._fnEscapeRegex( validChars ),
re = new RegExp('[^'+str+']');
Thank You
I'm getting an "Object doesn't support this property or method" error on this line. Not sure if str should be on same line as var, but I tried and that still gives error.
// Init the regex just once for speed - it is "closure locked"
var
str = jQuery.fn.dataTableExt.oApi._fnEscapeRegex( validChars ),
re = new RegExp('[^'+str+']');
Thank You
This discussion has been closed.
Replies
Allan