Looking for sample code for a popup windows when hovering over a TEXTAREA element

Discussion in 'JavaScript' started by maximusdm, Nov 1, 2010.

  1. #1
    Hi all

    My final HTML code creates dynamically many TEXTAREAs elements which contain multi-lines content. The contents of these elements are refreshed every 5 seconds. The problem is when the user hover over the TEXTAREA my current code does show the popup window but it disappear when the DIV area is refreshed.

    So I am looking for a sample code which will popup a window and display the content of each TEXTAREA when I hover the mouse over. BUT I wanted the window to stay and NOT dissapear after each DIV refresh. If I need to add a "Close" "X" icon that would be fine too.

    Thanks for your help.

    Max
     
    maximusdm, Nov 1, 2010 IP
  2. anuskaarora

    anuskaarora Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can use prototype library or tooltip library for such stuff..
     
    anuskaarora, Nov 1, 2010 IP