Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-03-31 02:58:37

dreamer
Member
Registered: 2007-06-08
Posts: 242

[resolved] Jquery compatability?

I was trying to implement a jquery tooltip. It works on my static html page but when I implement it onto TXP, it doesn’t seem to work. Is there anything in regards to jquery that I should know about that might cause this?

Offline

#2 2009-03-31 03:10:45

danwoodward
Member
From: Brooklyn NY
Registered: 2006-08-06
Posts: 51
Website

Re: [resolved] Jquery compatability?

There aren’t any compatibility issues. I would check the paths to your scripts in the head of your document are set correctly. Post a link to your page if you’re still having issues.

Offline

#3 2009-03-31 04:10:47

dreamer
Member
Registered: 2007-06-08
Posts: 242

Re: [resolved] Jquery compatability?

The paths were the first thing I checked and they seem fine. Here is the site itself

The 4 buttons at the top, SP, FR, EN,ESL are supposed to have a tooltip hover effect like I have on the static page here.

Offline

#4 2009-03-31 08:59:41

trenc
Plugin Author
From: Malmö
Registered: 2008-02-27
Posts: 572
Website GitHub

Re: [resolved] Jquery compatability?

You’ve forgotten a selector:

$('#set1 *').tooltip();

vs.

$('#set1 *, #tabmenu *').tooltip();

Offline

Board footer

Powered by FluxBB