Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[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?
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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 Big Grin

Excellent plugin, excellent support.
Find all posts by this user
Quote this message in a reply
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 !
Find all posts by this user
Quote this message in a reply
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){
newPosition = 1;
}

Everything works fine for me now Big Grin
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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 Smile

cheers,

jose
Find all posts by this user
Quote this message in a reply
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!

I've installed the rev25 but now I get this error:
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
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?
Find all posts by this user
Quote this message in a reply
26th October, 23:59
Post: #13
RE: qTip still not working with jQuery 1.4.2
Chuck: http://bazaar.launchpad.net/~craig.craig.../1.0/files

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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
$('.ui-jqgrid-titlebar').qtip({
	   content: 'Click right icon to open/close results.',
	   show: 'mouseover',
	   hide: 'mouseout',
	   position: {
		target: 'mouse'
	   },
	   style: 'styleToolTip'
	});


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
Find all posts by this user
Quote this message in a reply
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
Visit this user's website Find all posts by this user
Quote this message in a reply
13th January, 17:37
Post: #18
RE: qTip still not working with jQuery 1.4.2
(12th January 19:04)Craig Wrote:  Try setting hide.fixed to true

Craig:

you suggestion did the trick, thanks!

Fabio
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Need some help:codes in Jquery BabyShung 1 65 29th January 16:35
Last Post: Craig
  Tooltips not loading jQuery or other js files from parent document crodesign 2 144 13th January 22:19
Last Post: crodesign
  qtip with jquery mobile tap event finedesignz 1 180 4th January 21:18
Last Post: Craig
  Dynamic contenct not working property in sortable cleung 5 431 8th December 18:45
Last Post: Craig
  qtip inside the jquery UI Dialog tiggi 1 493 20th October 18:49
Last Post: Craig
  Google Calendar like bubble for Jquery FullCalendar tdmohr 13 10,211 18th October 07:22
Last Post: jokepondy
  Youtube demo not working on ffox 6 & 7 ivanmayes 2 494 11th October 17:14
Last Post: ivanmayes
  Cannot make jquery plugin or qtip plugin work anindasen 3 707 8th October 13:49
Last Post: Craig
Question [Solved] Why is this not working - Link nested in tooltip needed 1 386 12th September 17:10
Last Post: Craig
  [Solved] Blanket Destroy not working migdalskiy 2 379 22nd August 22:44
Last Post: migdalskiy



User(s) browsing this thread: 1 Guest(s)