Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I have problem for IE and Chrome .
30th July, 18:45 (This post was last modified: 30th July 18:54 by yourself.)
Post: #1
I have problem for IE and Chrome .
Hello,I'm a chinese man.I am not good at English.Confused
I have problem. I used qtip to Content 'url' . it's not good work in Chrome and IE8.
but Firefox is good work.

qtip.html
JS Code
<html>
<head>
<title>hello</title>
<script type='text/javascript' src='../jquery-1.3.2.min.js'></script>
<script type="text/javascript" src="../jquery.qtip-1.0.0-rc3.min.js"></script>
<script type='text/javascript'>
 
$(document).ready(function() {
		$("b").qtip({content:{ url: 'about.html'},
			show: { when: { event: 'click' } },
			hide: { when: { event: 'mouseleave' } }
		});
});
</script>
</head>
<body>
<b>test</b>
</body>
</html>


about.html
JS Code
<b>test</b><input type='text' />


screen
Firefox
[Image: firefox.JPG]
Chrome(nothing)
[Image: chrome.JPG]
IE8 (it is not good.)
[Image: IE.JPG]

Sorry,I am very very very poor in English.
You maybe not know it,but I hope the problem to fixed.
Thinks you.
qtip is good for web tool.

Note:
I downloaded qtip from http://bazaar.launchpad.net/~craig.craig.../1.0/files
I try jQuery 1.4.3 ,1.3 and 1.3.2 for qtip,but they are the same problem.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Hiding tooltip problem sohailanwarpk 2 408 31st January 12:13
Last Post: sohailanwarpk
  [Solved] Starter problem enne87 1 634 12th July 17:29
Last Post: Craig
  [Solved] z-index problem RickardL 3 1,389 31st March 19:48
Last Post: kiddailey
  Simpel problem with qtip SnowJim 4 1,049 22nd February 20:08
Last Post: SnowJim
  Viewport problem dynamicmindset 8 1,421 18th February 02:12
Last Post: Craig
  Scrolling malfunction with Safari / Chrome Tiago 13 2,484 11th January 09:57
Last Post: Craig
  [Solved] qtip off in firefox and google chrome mickey 9 2,518 29th December 17:51
Last Post: Craig
  [Solved] Newbie problem :( todsa 4 1,075 24th December 01:03
Last Post: todsa
  Google Chrome Error: Uncaught TypeError nrml 1 1,872 6th December 03:32
Last Post: Craig
  [Solved] Dynamic content not working in Chrome ben_allison 1 1,486 29th October 21:23
Last Post: ben_allison



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