Hi all,
I'm using a buggy plugin in joomla, and it generates a table of contents twice in IE6. That table should be shown only once in the page. I can't find the reason why is this happening and fix it.
I thought that maybe searching this table inside document, via javascript, and making it non visible would be a terrible but possibly ok solution.
This is a possible generated table:
<table id='sobi2CatListSymbols'>
....code inside table in not static, it changes from page to page....
</table>
1) Can I somehow search for the second occurrence of it in the document and make it non visible?
2) Are there kind of regular expressions for searching it and replacing it with an empty string?
I really need help in this so any reply would be very welcome and helpfull.
I'm using a buggy plugin in joomla, and it generates a table of contents twice in IE6. That table should be shown only once in the page. I can't find the reason why is this happening and fix it.
I thought that maybe searching this table inside document, via javascript, and making it non visible would be a terrible but possibly ok solution.
This is a possible generated table:
<table id='sobi2CatListSymbols'>
....code inside table in not static, it changes from page to page....
</table>
1) Can I somehow search for the second occurrence of it in the document and make it non visible?
2) Are there kind of regular expressions for searching it and replacing it with an empty string?
I really need help in this so any reply would be very welcome and helpfull.
Comment