Has anyone been seeing the following in the firefox error console when sorting a tablesorter:
parsers[i] has no properties line:482 It happens whenever a sort is run (on init, user input, or ajax). I assumed it was my custom parsers, so I removed them from my code but I'm still getting this error. In firebug I could see my parsers being added to $.tablesorter, but even the defaults seem to disappear once the object is instantiated. I'm using Tablesorter 2.0.1 with jquery-latest (1.2.1). If I'm the only one seeing this, I'd be willing to post my code. Thanks, Joe