using JQuery to search a treeview
        Posted  
        
            by hero
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hero
        
        
        
        Published on 2010-05-20T08:09:52Z
        Indexed on 
            2010/05/20
            8:10 UTC
        
        
        Read the original article
        Hit count: 190
        
i have a texbox and a treeview. i want the user to search in the treeview by typing in the textbox. i think the best way to do it is using JQuery.
how can i search for a word inside a treeview , color it, and focus on it using JQuery?
a simple example would be great...
© Stack Overflow or respective owner