1
Graphics & Multimedia / Re: Its JQuery,looks like flash
« on: August 18, 2010, 10:25:15 PM »
Is that all of your markup? There's a couple of things wrong.
First, you're telling jQuery to activate cluetip on the third a element with class jt. However, there's only one a element in the document.
Secondly, you're telling cluetip to take its text from the first p element with class localvisible. However, there aren't any p elements in your document.
First, you're telling jQuery to activate cluetip on the third a element with class jt. However, there's only one a element in the document.
Secondly, you're telling cluetip to take its text from the first p element with class localvisible. However, there aren't any p elements in your document.