Click here to Skip to main content
15,910,877 members

Comments by whateverme19 (Top 9 by date)

whateverme19 25-Mar-15 9:58am View    
I apologise, but I don't understand what I need to do; I removed the snippet of code you mentioned -$(document).ready(function() {
$('#tableID').dataTable();
} );

So then how can I can proceed to manipulate my table using dataTable()?
whateverme19 25-Mar-15 8:42am View    
The reason why I used dataTable() is because I want my table to look like this and having the sorting features included in Datatables plugin - http://www.codeproject.com/Articles/194916/Enhancing-HTML-tables-using-a-JQuery-DataTables-pl#Introduction

How do I do that then?
whateverme19 25-Mar-15 6:46am View    
The full code is here: http://pastebin.com/HmQzhJtT
whateverme19 25-Mar-15 6:46am View    
Deleted
Here's the full code : http://pastebin.com/HmQzhJtT
whateverme19 25-Mar-15 6:43am View    
I got two errors:
1) Denying load of chrome-extension://gkojfkhlekighikafcpjkiklfbnlmeio/js/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.

2)Uncaught TypeError: undefined is not a function
- This points to my line of code: $('#tableID').dataTable();