Results 1 to 7 of 7

Thread: Cool DHTML tooltip with AJAX

  1. #1
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cool DHTML tooltip with AJAX

    I am using the cool dhtml tooltip to display tooltips for buttons on my page.
    I am using AJAX for my web app. When I click the button it does an AJAX postback and for some reason the mouseout event is not fired. So the tooltip stays wherever i take my cursor on the page till i go back to the control and mouseout.

    Any ideas?

  2. #2
    Join Date
    Dec 2009
    Location
    North Carolina
    Posts
    71
    Thanks
    13
    Thanked 3 Times in 3 Posts

    Default

    Could one variable be writing over another?

  3. #3
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am sorry for being naive, but what do you mean by that?
    I don't think that is the case but how do i check?

    I am not a javascript coder, so i am sorry if I don't understand it right
    Last edited by agupta; 01-14-2010 at 09:22 PM.

  4. #4
    Join Date
    Dec 2009
    Location
    North Carolina
    Posts
    71
    Thanks
    13
    Thanked 3 Times in 3 Posts

    Default

    Not a problem, can you post a link to your site or post both codes you are using here?

    That would help me, help you.

  5. #5
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Is this the code you are looking for?

  6. #6
    Join Date
    Dec 2009
    Location
    North Carolina
    Posts
    71
    Thanks
    13
    Thanked 3 Times in 3 Posts

    Default

    I can't seem to find what I'm looking for, maybe someone else can.

    What I mean't by overwriting variables is that you are executing 2 different functions I assume for the AJAX and for the tooltip and if they share a common variable and the AJAX is rewriting one before the onmouseout or whatever closes it occurs it would explain what you describe.

    It's hard to explain, is this site live on the internet by any chance? If it is give me a link and I might be able to help further.

    Tim

  7. #7
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I appreciate your response on this. Unfortunately, I am still in the development phase and i don't have the site running anywhere.

    I don't think I have any variables that might be shared across the functions.
    Is there any other info I can provide you to help me this.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •