New to jQuery and its plugins, using treeview to display a reasonably large tree -- users are seeing a "flash" before the tree collapses itself. So, basically they're seeing the HTML before jQuery treeview applies the appropriate css classes.
I thought using the prerendered approach would be the way to eliminate this flash. I've updated all of my classes in my JSP, but there is a problem with this, as well. You can actually see it in Jorn's prerendered demo, too:
http://jquery.bassistance.de/treeview/demo/prerendered.html. Click the first (Home) link. The node expands, but the class for the + / - doesn't change. I've been staring at the plugin code for a couple hours and can't see where this would be. I think that a class swap is just not happening where it should not be, but I don't see how/where.
Any chance anybody out there can suggest where to look? I realize this plugin isn't maintained anymore, but just in case somebody else has had or will have this problem...thought I'd try here.
Thanks,
Brandon