I thinks the plugin already added the image, so you have to replace it. As far as I can remember treeview adds icons using CSS so you should give to the entry a specific id/class and specify a new icon in your CSS file...
---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 6:50 PM, Mohd.Tareq <tareq.m...@gmail.com> wrote: > Yes it is possible . > suppose u have a tree [ A ] Branches are [ B,C,D ] > then if u wana add icon on B branch , then give a id of B branch div > $('#Bid').prepend('<img src="..." />'); > hope this will help u. > regards > Ragx. > > On Thu, Feb 5, 2009 at 6:52 PM, viklund_anders <viklund_and...@hotmail.com> > wrote: >> >> Hi I would like to have a custom icon for one specific entry in the >> tree, is this possible? >> >> Thanks! > > > -- > ---| Regard |--- > > Mohd.Tareque >