reuse jQuery

reuse jQuery

GhostGhost Posts: 2Questions: 0Answers: 0
edited September 2012 in General
Hi.
I badly know javascript.
I have this code in Header:
[code]
...



...
[/code]

and this code for using DataTables:

[code]
...




$(document).ready(function()
{
$('#example').dataTable( {
"aaSorting": [[ 1, "desc" ]]
} );
} );


...
[/code]

but it's wrong and i see error
if I remove line:
[code]
...

...
[/code]
no error, but DataTables not sorting.

Help me, please.

Replies

  • GhostGhost Posts: 2Questions: 0Answers: 0
    I won it!!!!
    I disable plugin "Content - Email Cloaking", and everything started to work correctly
    It's strange...
This discussion has been closed.