Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#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
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
Re: [resolved] Jquery compatability?
You’ve forgotten a selector:
$('#set1 *').tooltip();
vs.
$('#set1 *, #tabmenu *').tooltip();
Digital nomad, sailing the world on a sailboat: 32fthome.com
Offline
Pages: 1