craigsworks.com - Support Forum

Full Version: jQuery 1.3.2 compatibility
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does qTip 1.0.0-beta1 work with jQuery 1.3.2?

Works fine with jQuery 1.2.6 but I get no tooltip with jQuery1.3.2.
I solved my own problem...sort of. Here's what I discovered:

The development version of jQuery 1.3.2 (jquery-1.3.2-dev.js) works with the development version of qTip 1.0.0-beta1 (jquery.qtip-1.0.0-beta1.js), but only if you remove the line numbers that appear before the code from line 2 - 80 in the qTip file.

The compressed version of jQuery 1.3.2 (jquery-1.3.2.min.js) does not work with either the development or compressed version of qTip 1.0.0-beta1.

The compressed version of qTip 1.0.0-beta1 (jquery.qtip-1.0.0-beta1.min.js) does not work with either the development or compressed version of jQuery 1.3.2.
Hi blisshome,

I'll be setting up a test case for this shortly so I'll get back to you with my analysis. However, I'm not sure I follow with the removal of the lines? What exactly are you removing from the jquery.qtip-1.0.0-beta1.js file?
craig Wrote:Hi blisshome,http://craigsworks.com/projects/qtip/forum/extensions/pun_bbcode/buttons/Oxygen/list.png

I'll be setting up a test case for this shortly so I'll get back to you with my analysis. However, I'm not sure I follow with the removal of the lines? What exactly are you removing from the jquery.qtip-1.0.0-beta1.js file?

Craig--

The text of the developer file had the line numbers (except for line 1), like you find in a text editor or IDE. But I just reopened the original file (I "saved as" before removing the numbers) and I don't find any such numbers. Hmm...that's weird. It was late, but I don't think I hallucinated the experience. I was, however, working with the file within Dreamweaver CS4, so perhaps that app somehow introduced the numbering. I'll look into that.

In any case, the line numbering is not in your file. My apologies.

I look forward to the testing of the compressed versions and jQuery 1.3.2, and meanwhile, I will download the beta2.

Thanks again for your great plugin.
I thought it sounded odd that there were line numbers in my code. Glad to know its sorted now! As of beta2 the compatibility issues should be fixed. Although they worked for me with beta1 which was odd. How are you faring with the new beta? Are the problems gone?
Reference URL's