[jQuery] Re: Treeview plugin for navigation - solution

2009-07-21 Thread piquet
I've been having trouble with the persist:cookies generally and was pleased to see your edited post regarding 1.4.1. However, I'm now using lazy loading with the treeview.async.js model and find that that the treeview.js 1.4.1 appears to break completely. Should I expect the persist:cookies opt

[jQuery] Re: Treeview plugin for navigation - solution

2009-07-16 Thread Matt B.
Sorry for the repeat posts, but the link above was incorrect (I'm at a different computer right now). This is the revision I used: http://dev.jquery.com/browser/trunk/plugins/treeview/jquery.treeview.js?rev=4685 ...although there appear to be more recent revisions...I'm not sure which is best.

[jQuery] Re: Treeview plugin for navigation - solution

2009-07-16 Thread Matt B.
Edit: I realized that "cookieOptions" is actually a version 1.4.1 feature, only available from the SVN. The feature has not yet been added to the minified version, so you need to grab the uncompressed version here: http://dev.jquery.com/browser/trunk/plugins/treeview/jquery.treeview.js So it's n

[jQuery] Re: Treeview Plugin -- What are the options???

2009-04-29 Thread Jörn Zaefferer
The documentation is here: http://docs.jquery.com/Plugins/Treeview Options is here: http://docs.jquery.com/Plugins/Treeview/treeview#toptions Jörn On Wed, Apr 29, 2009 at 5:27 AM, Marv wrote: > > The documentation doesn't seem to detail the optoins and the demos use > some but without any expla

[jQuery] Re: TreeView Plugin by Jörn Zaefferer (Asyn chronous mode)

2008-11-19 Thread garthos
Hi, I try to understand the code of your plugin, and i don't understand where you define the toggle option ? can you detail this option please ? Where is the link between callback function and your code ? help me please :) On 10 nov, 15:02, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > In that

[jQuery] Re: TreeView Plugin by Jörn Zaefferer (Asynch ronous mode)

2008-11-10 Thread Jörn Zaefferer
In that case just bind a click event to each item, or the tree itself and check event.target. Jörn On Mon, Nov 10, 2008 at 2:41 PM, garthos <[EMAIL PROTECTED]> wrote: > > With the toggle-option, i can call a function just for the folder > item. > i want to call a function for the file item too. >

[jQuery] Re: TreeView Plugin by Jörn Zaefferer (Asyn chronous mode)

2008-11-10 Thread garthos
With the toggle-option, i can call a function just for the folder item. i want to call a function for the file item too. i think it's not possible Can you help me ?

[jQuery] Re: TreeView Plugin by Jörn Zaefferer (Asynch ronous mode)

2008-10-28 Thread Jörn Zaefferer
Take a look at the toggle-option. Jörn On Tue, Oct 28, 2008 at 12:12 PM, garthos <[EMAIL PROTECTED]> wrote: > > Hi ! > > I need your help ! > > I want to create an asynchronous treeview with the jQuery plugin but > the documentation for asynchrone mode doesn't exist > > My problem is simple

[jQuery] Re: TreeView plugin

2008-10-14 Thread Jörn Zaefferer
Could you provide some more details on your requirements? Jörn On Mon, Oct 13, 2008 at 6:16 PM, jorgeborgia <[EMAIL PROTECTED]> wrote: > > Even considering the TV plugin works nice ,we need some specific > features like > handling each graph (+,- ) instead of using an unique image.Plus we > need

[jQuery] Re: treeview plugin / windows safari 3.1

2008-04-09 Thread cfdvlpr
Also, we seem to be having trouble getting the menu to load at all in IE7 on Windows Vista. Any idea what might be the problem with Vista?

[jQuery] Re: treeview plugin - store option doesn't work to remember which items were clicked

2007-09-17 Thread Pedro Teixeira
It seems the option was there until the following revision: http://dev.jquery.com/browser/trunk/plugins/treeview/jquery.treeview.js?rev=2973 not sure what happened and where it was moved to... []'s On Sep 14, 11:35 am, Pedro Teixeira <[EMAIL PROTECTED]> wrote: > can't make it work for me either

[jQuery] Re: treeview plugin - store option doesn't work to remember which items were clicked

2007-09-14 Thread Pedro Teixeira
can't make it work for me either - any hints are welcome. On Sep 12, 8:19 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Here's what I've got got in the head section of my HTML: > > > $(function(){ > $("#pageNav").Treeview({speed: "fast", collapsed: true, store: > true}); >