Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JQuery Tooltip not working

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #30436

    When you hover over the “Download Now” a tool tip should pop up. Is there any way to indicate if JQ is loaded and working with firebug? This was working fine before I moved it to wordpress.

    http://homerunlogo.com/tool-tips/

    Came from here… http://flowplayer.org/tools/documentation/performance.html

    #78743
    Damion
    Member

    In your script your using “JQuery” with a capital “J” it should be lowercase.

    It also looks like you havn’t included jQuery, Add this aboth the where you added the script



    #78745
    jamygolden
    Member

    Check this out if Damion’s suggestion doesn’t completely solve the issue.

    #78769

    Thanks guys, tried all those fixes, but still not working. Any other ideas?

    #78788
    jamygolden
    Member

    Are you sure went through all of the steps on the link I posted? (What exactly do you mean you’ve tried all the fixes?)

    You said:

    Is there any way to indicate if JQ is loaded and working with firebug? This was working fine before I moved it to wordpress.

    Step 4 kindof clears that up.
    Firstly, I make sure there are absolutely NO plugins, other libraries or anything javascript related on my page, except for the jQuery library and a little script I write beneath it.


    If that doesn’t give all divs a red border, then your javascript is probably disabled.

    Once that has worked, add the plugin beneath the jQuery library. Make extra sure the plugin file exists and it is linking to the right place. It should then work.

    #78799

    Yes I have tried that. I see the red boxes. http://homerunlogo.com/tool-tips/

    Here is the working version of what I’m trying to move to WP.
    http://camperconnect.com/tooltip/index.html

    I have also tried putting moving my script from footer to header. No luck.

    I think the clue is the error message im getting… “uncaught exception: Nonexistent effect “slide” “

    Its not reading my script in the footer properly.

    Thanks

    #78812
    jamygolden
    Member

    I’ve just noticed that the ‘working page’ you linked doesn’t load jQuery. I’m guessing the jQuery is loaded within this file:

    Try removing all the jquery on your page, including the library and see what happens.

    #78561

    yes it is all included in there

    #78546
    jamygolden
    Member

    Lol, your link is incorrect.

    On your page you link to:

    When it should be:

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.