[jQuery] attributes setting appending rather than clearing

2008-12-22 Thread alextait
I am setting the click attribute of an anchor tag using query on the document ready event. Once the user has clicked on this link I am attempting to change the click event to call another method than the one initialy setup. Instead of replacing the old method is simply appends the new method so t

[jQuery] Product Category Browser

2008-12-16 Thread alextait
I am attempting to make a product category browser within jquery and I am trying to find a good starting point. The trees I have looked at so far are 1. treeview 2. simpletree 3. dynatree Dyna tree is the one I am most interested in since it focuses on the dynamic loading of nodes/sub categorie

[jQuery] Re: treeview pluging issues - .find(">.hitarea")

2008-11-26 Thread alextait
thanks very much! :) On Nov 24, 4:12 am, "Dirceu Barquette" <[EMAIL PROTECTED]> wrote: > Hi alextait, > > there is a new release for jqtreeview plugin > at:http://downloads.sourceforge.net/jqtreevial/jqtreevial-pack-0.3.zip > > I've added insert a

[jQuery] Re: treeview pluging issues - .find(">.hitarea")

2008-11-21 Thread alextait
been developing this plugin. Not complete yet, but is functional. > Dirceu > > 2008/11/20 alextait <[EMAIL PROTECTED]> > > > > > I am fairly new to jquery and I am trying to create a product/category > > browser/tree using the treeview plugin and ajax. > &

[jQuery] treeview pluging issues - .find(">.hitarea")

2008-11-20 Thread alextait
I am fairly new to jquery and I am trying to create a product/category browser/tree using the treeview plugin and ajax. My first simple issue is this peice of code i am trying to understand. .find(">.hitarea") what is happening here ? I understand the find functino but not sure about the chevro