Uncaught TypeError: undefined is not a function (sData.Replace)

Uncaught TypeError: undefined is not a function (sData.Replace)

hasenumberonehasenumberone Posts: 14Questions: 1Answers: 0

There is (maybe after the update to 1.8.2) a Javascript-Error and i really don't know what is wrong.

else if ( sType == "html" )
{
    return sData.replace(/\n/g," ").replace( /<.*?>/g, "" );

Uncaught TypeError: undefined is not a function jquery.dataTables.js:4611

}
else if ( typeof sData == "string" )
{

Replies

  • hasenumberonehasenumberone Posts: 14Questions: 1Answers: 0

    It is maybe a problem with 1.8.2. In Version 1.10.0 the message isn't there

This discussion has been closed.