TypeError: Object # has no method 'dataTable'

TypeError: Object # has no method 'dataTable'

Bubu31Bubu31 Posts: 1Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
DataTables debugger code : aqaciq

Hey guy ! first sorry for my english i'm french. I want use DataTable but when i do my browser return me :
[quote] TypeError: Object # has no method 'dataTable' [/quote]

this is the sample of the javascript call :

[code]






[/code]

And this is the html code

[code]




Id
Option
Catégorie



#foreach($Option in $OptionList)


$Option.OptionID
$Option.GetTrad("fr")

#end



[/code]

Thanks.

Mathew

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    My guess is that jQuery has been loaded twice. Can you link to the page so we can see what the issue is please?

    Allan
This discussion has been closed.