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
Post a Comment