Uncaught TypeError: Object # has no method '_fnEscapeRegex'

Uncaught TypeError: Object # has no method '_fnEscapeRegex'

MrChriZMrChriZ Posts: 9Questions: 0Answers: 0
edited September 2013 in General
When including currency.js I'm getting the following exception come up:

Uncaught TypeError: Object # has no method '_fnEscapeRegex'

I've created an empty JSFiddle which demonstrates this issue:
http://jsfiddle.net/SGp5f/

It's strange as I can see that the function is there?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You are using a very early 1.10-dev version there. Do you get the same issue if you use 1.9.4 release?

    Allan
  • MrChriZMrChriZ Posts: 9Questions: 0Answers: 0
    Here's an updated Fiddle with 1.9.4
    Same error I'm afraid
    http://jsfiddle.net/SGp5f/1/
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    I'm not too sure why the plug-in is written like that. Here is a simplified case: http://live.datatables.net/axebiv/edit#javascript,html

    Allan
  • MrChriZMrChriZ Posts: 9Questions: 0Answers: 0
    That's working now thanks!
This discussion has been closed.