Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery tablesorter failing on basic page
    primarykey
    data
    text
    <p>I have the code below, I have been fighting to get this to work, to the point where I copied the example from the tablesorter website. Can anyone help me with what I'm doing wrong? I've followed tutorial videos <a href="http://www.youtube.com/watch?v=-wAWfPVXlME" rel="nofollow">http://www.youtube.com/watch?v=-wAWfPVXlME</a></p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; &lt;title&gt;Test Table&lt;/title&gt; &lt;link rel="stylesheet" type="text/css" href="testTable.css"&gt; &lt;script src="jquery-1.8.3.min.js" type="text/javascript" &gt;&lt;/script&gt; &lt;script src="jquery.tablesorter.pager.js" type="text/javascript" &gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(document).ready(function() { $("#myTable").tablesorter(); } ); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;h4&gt;Table Testing&lt;/h4&gt; &lt;table id="myTable" class="tablesorter"&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Last Name&lt;/th&gt; &lt;th&gt;First Name&lt;/th&gt; &lt;th&gt;Email&lt;/th&gt; &lt;th&gt;Due&lt;/th&gt; &lt;th&gt;Web Site&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Smith&lt;/td&gt; &lt;td&gt;John&lt;/td&gt; &lt;td&gt;jsmith@gmail.com&lt;/td&gt; &lt;td&gt;$50.00&lt;/td&gt; &lt;td&gt;http://www.jsmith.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Bach&lt;/td&gt; &lt;td&gt;Frank&lt;/td&gt; &lt;td&gt;fbach@yahoo.com&lt;/td&gt; &lt;td&gt;$50.00&lt;/td&gt; &lt;td&gt;http://www.frank.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Doe&lt;/td&gt; &lt;td&gt;Jason&lt;/td&gt; &lt;td&gt;jdoe@hotmail.com&lt;/td&gt; &lt;td&gt;$100.00&lt;/td&gt; &lt;td&gt;http://www.jdoe.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Conway&lt;/td&gt; &lt;td&gt;Tim&lt;/td&gt; &lt;td&gt;tconway@earthlink.net&lt;/td&gt; &lt;td&gt;$50.00&lt;/td&gt; &lt;td&gt;http://www.timconway.com&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload