|
qTip ajax content issue with JQuery 1.4.2
|
|
2nd March, 17:58
Post: #1
|
|||
|
|||
|
qTip ajax content issue with JQuery 1.4.2
Hi Craig,
Thankyou for great qTip project. I was so happy when I found qTip plugin for tooltip implementation in my project. But I am finding so many issues with qTip on IE8. I am using JQuery latest version 1.4.2. and I need ajax content in my tooltip. As per your recommendation, I downloaded the qTip (2.0) latest release files. Do you I need to change my code in order to make the new release files work? I have included the follwoing files in my project. JS Code
Here is my java script code to implement qTip. JS Code
Can you please let me know why is it not generating tooltip with this code? It is giving the following java script error. 'Microsoft JScript runtime error: 'content.ajax' is null or not an object' at the following highlighted code. JS Code
Really appreciate your quick response on this. Thanks, Sowjanya |
|||
|
2nd March, 19:36
Post: #2
|
|||
|
|||
|
RE: qTip ajax content issue with JQuery 1.4.2
sowji, the ajax plugin changed it's syntax. You now use basic [link=http://api.jquery.com/jQuery.ajax/]jQuery.ajax object syntax[/link] e.g:
JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
2nd March, 20:11
Post: #3
|
|||
|
|||
|
RE: qTip ajax content issue with JQuery 1.4.2
Craig,
Thankyou for your quick reply. I tried to implement ajax call as shown in example. Now I got this error 'Microsoft JScript runtime error: Object doesn't support this property or method' at the following code. function errorHandler(xhr, status, error) { var content = status || error; // Call user-defined success handler if present if($.isFunction(ajax.error)) { content = ajax.error(xhr, status, error); if(content === FALSE){ return; } } // Update tooltip content to indicate error qTip.updateContent(content); -------------------> I get 'Microsoft JScript runtime error: Object doesn't support this property or method' at this line. } Thanks, Sowjanya |
|||
|
2nd March, 20:29
Post: #4
|
|||
|
|||
|
RE: qTip ajax content issue with JQuery 1.4.2
sowji, my bad. That was a bug in the code itself. Please update to the latest revision of the jquery.ajax.js file (371 as of this writing)
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
2nd March, 21:22
Post: #5
|
|||
|
|||
|
RE: qTip ajax content issue with JQuery 1.4.2
Craig,
Thankyou for fixing the issue with ajax content. I got the latest and it's working fine. But I have another issue. When I hover on my element, when the tool tip comes up, my remaining page color is changed. Please find attached screen shot of this issue. Thanks, Sowjanya |
|||
|
3rd March, 15:46
Post: #6
|
|||
|
|||
|
RE: qTip ajax content issue with JQuery 1.4.2
sowji, that seems to be a problem with either your scripts styling or your CSS as qTip wouldn't cause that. Make sure you're not using any conflicting class names like qtip on other elements.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
28th April, 12:25
Post: #7
|
|||
|
|||
|
RE: qTip ajax content issue with JQuery 1.4.2
How to get HTML fields value.
JS Code
How to set value of HTML fields. JS Code
Suppose we have to add some event to more than one element then we can do that by element id one by one otherwise we can do that by class name. we give same class to those elements and write just one line JQuery to add an event to multiple elements. HTML Code
JS Code
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help





