I use the jQuery plugin treeView with jQuery 1.3.2
I have a long list (over 500 items), each item with 3 links .
Exemple :
<ul>
    <li>first item <a href="action1"><img src="icon1" /></a> <a
href="action2"><img src="icon2" /></a> <a href="action3"><img
src="icon3" /></a> </li>
    <li>second item <a href="action1"><img src="icon1" /></a> <a
href="action2"><img src="icon2" /></a> <a href="action3"><img
src="icon3" /></a> </li>
</ul>

With IE8, Opera, Safari and Google Chrome : no problem. Display the
tree takes 3 or 4 seconds.
But, with Firefox 3.10, it takes over 30 seconds.
And when I delete the links in the list, no problem with Firefox.
Any idea ?
(sorry for my very very bad english ;o)

Reply via email to