|
[Solved] qTip still not working with jQuery 1.4.2
|
|
22nd February, 19:25
Post: #1
|
|||
|
|||
|
[Solved] qTip still not working with jQuery 1.4.2
In the following thread...
http://craigsworks.com/projects/forums/t...ry-release ...I learned that there is a fix available for overcome the fact that qTip does not work with jQuery 1.4.2. The suggestion is to use rev 24: http://bazaar.launchpad.net/~craig.craig...0/files/24 The thread is closed now, but after trying that suggestion I noticed that for me the problem is not solved. Instead, I'm now getting two instead of one error: missing ; before statement lf.options.style.border.radius)self.el...l')drawBorder.call(self,$(this),border mypath/js/jquery.qtip-1.0.min.js Line 15 f(this).data("qtip") is null mypath/js/jquery.qtip.min.js Line 15 All I did was the following: Point to Google jQuery 1.4.2 instead of jQuery 1.4.1. Downloaded rev 24, and linked to it locally. My previous setup (Google's jQuery 1.4.1 and official qTip worked perfectly) Any ideas? |
|||
|
22nd February, 20:53
Post: #2
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
fchristant, thanks for bringing this to my attention. The minified version of the library was indeed having problems because the 1.x branches were not JSLint compliant. I've corrected this issue in the latest revision (rev25 as of this writing), so try redownloading and see if this solves your problems.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
23rd February, 17:59
Post: #3
|
|||
|
|||
RE: qTip still not working with jQuery 1.4.2
(22nd February 20:53)Craig Wrote: fchristant, thanks for bringing this to my attention. The minified version of the library was indeed having problems because the 1.x branches were not JSLint compliant. I've corrected this issue in the latest revision (rev25 as of this writing), so try redownloading and see if this solves your problems. Thank you, that solves it ![]() Excellent plugin, excellent support. |
|||
|
25th February, 16:33
Post: #4
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Hi !
First : thank you for this beautiful project, and sorry for my english: I'm french. I use qTip for a month or two. Its only for a personnal backoffice. With jQuery 1.4.2 : sQtip doesn't work. So I've downloaded the version you said to fchristant. It's ok, I've no error with the initialisation of my tooltip dom. BUT: When I over the div that containing a tooltip listener : firebug return an error : "position is null". The tooltip was created (I can see it on the DOM) but not moved and showed : the tooltip still unvisible. I've this error with the 1.4.1 & 1.4.2 version of jQuery and the revision 25 of qTip. Is there a solution or a workaround for this problem ? Or is this a bug ? Thank you ! |
|||
|
25th February, 18:22
Post: #5
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
I had the same problem, Shudrum (your english is great btw)
I'm using the regular (not minified) version of the latest revision (25 as of writing) and added the following code to line 1096: Quote: if(newPosition == null){ Everything works fine for me now
|
|||
|
27th February, 07:28
Post: #6
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Craig, I'm not sure if this will affect qTip or not, but take a look at this bug report on jQuery:
http://dev.jquery.com/ticket/6166 It seems they are changing something about .data() again in jQuery 1.4.3. |
|||
|
27th February, 22:14
Post: #7
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Thanks for the heads up simshaun, strange that they might have changed that without documetnating it.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
15th September, 16:56
Post: #8
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Hi!
I've installed the rev25 but now I get this error: $("#main [title]").qtip is not a function I installed the full version no the minified one and I check and the function is called QTip, it is not qtip anymore.... Either way if I try to call it with QTip it would get the same error! Can somebody help me? I needed to update my Jquery version and now I have to go throught a lot of stuff that doesn't work and the qtip thing annoys me the most! thank you and excuse my bad english ![]() cheers, jose |
|||
|
16th September, 07:57
Post: #9
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Hey Jose,
jQuery 1.4.2 will work with qTips Revision 55 Revision 55 I have tested it on a project I am working on and it works perfectly. Luke (15th September 16:56)joze Wrote: Hi! |
|||
|
16th September, 13:28
Post: #10
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Joze, make sure you're including the file properly. 99% of the time if you get the error message: "$(".selector").qtip is not a function" qTip isn't being included properly on the page.Also make sure it's included AFTER the jQuery library.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
14th October, 02:48
Post: #11
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Hi,
previously i'm using jquery 1.3.2 and jquery.qtip-1.0.0-rc3.min and it works fine. early last week, i noticed that my qtip didn't work. what should i do? and sorry for not being able to trace the latest thread regarding this issue. kindly help me out. tq. |
|||
|
15th October, 15:03
Post: #12
|
|||
|
|||
RE: qTip still not working with jQuery 1.4.2
(22nd February 20:53)Craig Wrote: fchristant, thanks for bringing this to my attention. The minified version of the library was indeed having problems because the 1.x branches were not JSLint compliant. I've corrected this issue in the latest revision (rev25 as of this writing), so try redownloading and see if this solves your problems. Where can I get rev25? |
|||
|
26th October, 23:59
Post: #13
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
6th January, 12:27
Post: #14
|
|||
|
|||
RE: qTip still not working with jQuery 1.4.2
(26th October 23:59)Craig Wrote: Chuck: http://bazaar.launchpad.net/~craig.craig.../1.0/files Hi, thanks for the help I got qtip up and runing. However now I updated to jquery version 1.4.3 and it stills works but somehow the behaviour has changed! Instead of displaying the tooltip directly in place it creates the tooltip (shows it, not remain hidden like before) and then position it to the right place! The effect is really annoying and start happening once I updated to jquery 1.4.3. any ideas? regards, jose |
|||
|
6th January, 21:23
Post: #15
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Check it here: http://craigsworks.com/projects/forums/t...ion-on-1-0
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
12th January, 16:53
Post: #16
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Craig:
First it of all thank you very much for the awesome plugin. I have jquery 1.4.2 and your version 55. Everything works fine except for one glitch. Here is the code: JS Code
The problem is with the position element. The first time I hover over the element it shows fine. The second time starts blinking at a high rate. Thanks, Fabio |
|||
|
12th January, 19:04
Post: #17
|
|||
|
|||
|
RE: qTip still not working with jQuery 1.4.2
Try setting hide.fixed to true
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
13th January, 17:37
Post: #18
|
|||
|
|||
| RE: qTip still not working with jQuery 1.4.2 | |||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help






