internet explorer 8 - how to fix a IE8 error with an older version of tablesorter jquery plugin? -


i'm trying fix bugs site developed few years ago, older version of jquery. particular problem occurs in ie8, in jquery.tablesorter.min.js script. don't know how tell version of tablesorter used minified version, version of jquery 1.3.2. here error:

message: 'undefined' null or not object line: 2 char: 6697 

it in section of line:

function getcachedsorttype(parsers,i){return parsers.type;}; 

the body of table uses tablesorter empty on page (it can have rows added it). still has <thead> , <tbody> tags. read @ another forum post on same problem problem related position of <table> , <form> tags. table uses tablesorter must inside form, on page.

however, controller's layout contains <table> tags, , form particular page tablesorter table located within layout <table>. part of problem?


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -