[jQuery] Re: Would like to limit toggle to the plus/minus icons

2009-03-07 Thread Mike B
For those of you who may still be looking for a solution, we commented out line 67 of jquery.treeview.js which reads toggler.apply($(this).next()); This fix appears to work. Any comments would be appreciated, especially from Jorn. On Feb 25, 10:30 am, Mike B wrote: > Jorn, could you be m

[jQuery] Re: Would like to limit toggle to the plus/minus icons

2009-02-25 Thread Mike B
Jorn, could you be more specific about the fix in terms of removing the span tags? I'm using the async script to load the menu... Thanks very much! On Dec 29 2008, 6:41 am, walkinthere wrote: > I'd like to do the opposite. > Clicking any link in the tree (whether a parent or leaf) should > load

[jQuery] click(function) in an iframe

2009-01-07 Thread Mike B
Hello, I've got a menu on my page that opens when clicked, and stays open until it's reclicked or the user clicks anywhere else on the page. Basically, it behaves the same as an application menu. The problem is that a large part of the page is occupied by an iframe and I can't figure out how to g