[jQuery] (treeview) Question/Request regarding toggle and links

2009-11-05 Thread drmrboy
Is it  possible to not toggle a node in the tree if the user clicked
on an anchor in the list entry?  Right now, the hitbox is the entire
list element.  If that list element contains an anchor, the anchor is
followed as well as the node in the tree is toggled.  I would like to
find a way to do the toggle only if a user clicks the part of the
hitarea that is not an anchor.


[jQuery] treeview - Question regarding Async extension

2009-09-09 Thread Manfred Stanfield

First, thanks for the Treeview extension. It is great!

I have it running fine, and I have been using the lazy-loading
extension. I need to build my tree using AJAX and add an anchor tag
inside the LI tag so that I can display a dynamic treeview and allow
the user to click on a folder or leaf node and run my javascript and/
or link.

In order words, I need the JSON to be transformed into something like
this:
ul
li id=123a href=# onclick=myFunction(this...)Item 1.0/
a/li

Right now, the JSON is transformed into something like this:
ul
li id=123span class=folderClinicial Research/span/li

I don't see anything in the online demos, docs, etc for v0.1 of
jquery.treeview.async.js that would create the A tags, but I could be
wrong.

Thanks so much for your help,
Manfred


[jQuery] jQuery [treeview] Question

2009-08-01 Thread Ed

Hi,

I'm a jQuery beginner.
My browser is Firefox 3.5.1
I'm using Treeview 1.4
   Revision Id: jquery.treeview.js
4684 2008-02-07 19:08:06Z
joern.zaefferer

I have two questions:

1.Whenever I click on either of my two Treeview control
  labels Collapse or Expand (see below) the respective label
  visibly gets the focus (dotted border). I want to remove
  (blur) this border, but I don't know what I need to change
  in the treeview.js code to get this effect.
  How can I do this?


  Relevant portion of my code:

 script src=file://c:/js/jQuery-1.3.2.min.js /script
 script src=file://c:/js/jQuery.treeview.js  /script
 script
$(document).ready(function(){
   $(#tree).treeview({
 control:  #treecontrol,
  collapsed: true,
  animated: fast
   });
});
 /script

div id=treecontrol
a title=Collapse href=#Collapse All/a
   nbsp;|nbsp;
a title=Expand   href=#Expand All  /a
/div

ul id=tree ... /ul


2.I would like to add easing, specifically easeOutBounce
  from George Smith's easing plugin. How can I do this?

Any help would be most appreciated.
elm.mar...@gmail.com


[jQuery] TreeView question

2009-06-18 Thread GTGeek88

I'm looking at using the treeview plugin by Jorn.  What I'm wondering
is how to get folders added at a particular spot and how to manage
folders by dragging them around (or in some other fashion).  Perhaps
there are some plugins to the plugin, so to speak.  Or maybe there is
another one better suited to folder management.  Could anyone give
some suggestions or recommendations?  His plugin is working well for
navigation, but I need a bit more.


[jQuery] Treeview question

2008-02-11 Thread [EMAIL PROTECTED]

Jörn,

Greate plugin.  Very useful indeed.  I have a quick question.  Do you
(or anyone) for that matter know of any problems with IE 6 not
rendering the entire tree?  Let me explain.  I have a large tree 1024
items nested 4 deep.  This page loads in FF fine (takes a while, but
nonetheless fine) but in IE, the top two or three nodes will render
but the rest of the page just shows up as a normal nested bulleted
list.

Any help would be appreciated.  I don't really know if I can post a
code example of this or not.

Thanks,
Scott