How to show mouseover tooltip on selected word on web page using javascript, conditionally?
        Posted  
        
            by jitendra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jitendra
        
        
        
        Published on 2010-04-01T05:18:13Z
        Indexed on 
            2010/04/01
            5:23 UTC
        
        
        Read the original article
        Hit count: 293
        
How to show mouseover tooltip on selected word on web page using javascript? i want to set some conditions
For example:
If page has text <p> I'm Web Designer </p> inside <div id=example> then it should show tool tip on Designer but tooltip should not be shown for designer without adding any span to Designer and designer. i want to select autuomatically
I have to set include and exclude keywords to pick, or notpic tool tip . and matter of all tooltips for all i want to write in another html file not in same page.
© Stack Overflow or respective owner