html - IE JavaScript "Message From Webpage" Errors, "Checking If Value was Empty.." -
i've built internal webpage on firefox running fine no issues, on ie throwing load of "message webpage" errors.
they follows:
- built headers:,0ms
- [object object]
- checking if value empty on row:0 (several times)
- column:0 parser:text column:1 parser:digit column:2 parser:digit column:3 parser:digit column:4 parser:digit
- building cache 5 rows:,0ms
so, a) why these popping on ie , b) there way of stopping these popping on ie?
the problem javascript. have tablesorter or similar?
i had same problem.
if have this:
<script type="text/javascript"> $(function() { $("table").tablesorter({debug: true}); -> set value false }); </script>
it worked me.
Comments
Post a Comment