J query datatable is not working

J query datatable is not working

arvind1989guptaarvind1989gupta Posts: 1Questions: 0Answers: 0
edited August 2013 in General
I am using data table 1.9.4

Please help me



<!doctype html>




datatable






@import "media/css/demo_table.css";




$(document).ready( function() {
$(#datatables").dataTable();
});

















Emp_id
Emp_Name
Emp_Manager
Emp_Vp
Emp_Add





1
2
2
4
5

Replies

  • jhcomputejhcompute Posts: 26Questions: 0Answers: 0
    Do you have a link to view?

    It looks like you ave an extra and your paths are right?

    It is hard to help with just the above.

    Cheers...
  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    [code] [/code]
    should be
    [code] [/code]
  • jhcomputejhcompute Posts: 26Questions: 0Answers: 0
    tangerine,

    Good eyes. But the td should still produce the data.

    Cheers...
This discussion has been closed.