reuse jQuery
reuse jQuery
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.
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.
This discussion has been closed.
Replies
I disable plugin "Content - Email Cloaking", and everything started to work correctly
It's strange...