Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Works in IE7 initially, but then throws error
28th February, 21:51 (This post was last modified: 28th February 21:52 by tingiri.)
Post: #1
[Solved] Works in IE7 initially, but then throws error
I have the following javascript which works in all browsers.
But in IE7, it works for some mouse hovers and then I see some js errors. Here is the js I have:
JS Code
$(".qtipper").each(function(){
    $(this).qtip({
      content: $(this).attr("message"),
      style: {
        width: 275,
        padding: 5,
        background: '#A2D959',
        color: 'black',
        textAlign: 'center',
        border: {
           width: 7,
           radius: 5,
           color: '#A2D959'
        }
      },
      position: {
        corner: {
          target: 'topMiddle',
          tooltip: 'bottomMiddle'
        }
      }
    });
  });

Here is the js error I see:
Message: Failed
Line: 79
Char: 316
Code: 0
URI: http://ajax.googleapis.com/ajax/libs/jqu...ery.min.js

Can some one please point me what's wrong and a way to fix this?
Find all posts by this user
Quote this message in a reply
1st March, 15:18
Post: #2
RE: Works in IE7 initially, but then throws error
Try usign the latest jQuery version... qTip 1.0 doesn't work well with any 1.4.x releases except the latest, as detailed in numerous posts. http://craigsworks.com/projects/forums/t...uery-1-4-2

Try to search the forums thoroughly before posting please Smile

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
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] error when subscribing mplungjan 1 431 27th September 15:18
Last Post: Craig
  qtip thows script error 'parent is null' prasanthreddyp 1 558 12th September 17:16
Last Post: Craig
  [Solved] error: missing}after property list captamirul@yahoo.com 8 1,331 10th September 15:22
Last Post: Craig
  Qtip works but not always [stuck tooltip and sometimes not showing] bittyme 5 802 15th August 00:14
Last Post: bittyme
  [Solved] code works in FF but not IE/ Opacity problem ictman1105 3 1,146 20th June 17:20
Last Post: Craig
  [Solved] qTip works on all pages except the homepage luukratief 10 849 8th June 08:24
Last Post: luukratief
  [Solved] Wierd error: "v is undefined" aquinn 6 2,236 3rd June 09:01
Last Post: Craig
  [Solved] Tip corner not showing in IE7 and IE8 danlefebvre 9 3,339 3rd June 08:17
Last Post: amitshahc
  On jQuery 1.5.1, tips don't appear in IE7 or IE8 panabee 3 1,434 23rd May 17:51
Last Post: Craig
  memory leak in IE7? ramalaks 3 889 23rd May 17:07
Last Post: Craig



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