You might consider having your script tag for the tablesorter after the tag for the jQuery core. Should fix it as I dont see any glaring syntax errors in your code.
On Jan 27, 11:30 am, philliptackett <phillipdtack...@gmail.com> wrote: > Can any1 help me? I've just downloaded tablesorter and jquery and > included them in my cold fusion project at the root. I'm not very good > at javascript syntax.. and I'm getting an error, but I don't know why. > Here's a chunk of code from my <head> section: > > <script type="text/javascript" src="jquery.tablesorter.min.js"></ > script> > <script type="text/javascript" src="jquery-1.3.1.min.js"></script> > > <script type="text/javascript" id="js">$(document).ready(function() { > $("table").tablesorter({ > sortList: [[0,0],[2,0]] > }); > > }); </script> > > The error I'm getting is "Object does not support this property or > method". It's on line 53 which is the }); line. Any help would be > greatly appreciated. > > Thanks, > Phil Tackett