JQuery tooltip is not working?

Try this: $("a"). Each(function() { if(this. InnerHTML == " View image") { $(this).tooltip(); } } Also, there's a space before the View in "View image".

I'm not sure if that's intentional or not.

I used jQuery tipsy on my recent projects. Quite easy to understand and integrate.

Remove the mouseover function. The plugin doesn't require you to add a custom mouseover function. It's done from the plugin for you.

If(this. Text==" View image") { $(this).tooltip(); } Hope this helps ^^ Change the main jQuery function to $(document). Ready(function(){}); This will probably work now~.

To find more ways to use this plugin refer the demos - jquery.bassistance. De/tooltip/demo – Duli-chan Aug 4 at 11:58 unfortunatelly removing mouseover didn't help... – Caballero Aug 4 at 12:01 I edited the answer – Duli-chan Aug 5 at 2:55.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions