Only see the table! no functions
Only see the table! no functions
On my website i wanne use Jquery plugin Datatables,
On my WAMP server it works fine!
But on the website with a CMS it doenst work,
The only difference is that the CMS first load this page
[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- InstanceBegin template="/Templates/template-bestand.dwt" codeOutsideHTMLIsLocked="false" -->
blabla
@import "/../../template/standaard/css/jquery-ui-1.8.custom.css";
<!-- InstanceBeginEditable name="head" -->
<?php
echo $this->menu();
?>
<?php
echo $this->show_content();
?>
[/code]
Then then it loads the page in the content (Show_content)
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Trident
Internet
Explorer 4.0
Win 95+
4
X
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
$(document).ready(function() {
oTable = $('#user').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
} );
[/code]
I just dont get it i have tried so much!
Can somebody help?
On my WAMP server it works fine!
But on the website with a CMS it doenst work,
The only difference is that the CMS first load this page
[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- InstanceBegin template="/Templates/template-bestand.dwt" codeOutsideHTMLIsLocked="false" -->
blabla
@import "/../../template/standaard/css/jquery-ui-1.8.custom.css";
<!-- InstanceBeginEditable name="head" -->
<?php
echo $this->menu();
?>
<?php
echo $this->show_content();
?>
[/code]
Then then it loads the page in the content (Show_content)
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Trident
Internet
Explorer 4.0
Win 95+
4
X
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
$(document).ready(function() {
oTable = $('#user').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
} );
[/code]
I just dont get it i have tried so much!
Can somebody help?
This discussion has been closed.