Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] qtip not showing in IE7
16th February, 15:23
Post: #1
[Solved] qtip not showing in IE7
Thank you for qTip. This is one of the best jQuery plugin that is out there !
I am very new to qTip and I am running into issue with this in IE7.

Basically I am creating a dynamic tooltip using Ajax. The tooltip works flawlessly in Firefox but does not work in IE. There are no IE errors and if I check the html source in IE, all the code is there too how ever it just does not do anything. Any help will be greatly appreciated! Thanks in advance.

- WillMan

here's my code:
JS Code
<script type="text/javascript" src="<%=request.getContextPath()%>/javascript/energy/jquery/jquery-1.4.4.js"></script>
<script type="text/javascript" src="<%=request.getContextPath()%>/javascript/energy/jquery/qtip/jquery.qtip-1.0.0-rc3.min.js"></script>
...   
 $(document).ready(function() {
	   $('ttip').each(function(){
	    	 $(this).qtip({
	    	        content: {
	    	            url: $(this).data("url")
	    	        }
	    });
	   });
 } );
....
 
<td>				 			
 <ttip id="test"  data-url="<%=request.getContextPath()%>/view/detail/loadIntCode.do?pid=12134">Show Dynamic Tooltip </ttip> 				  				
</td>
Find all posts by this user
Quote this message in a reply
16th February, 22:05
Post: #2
RE: qtip not showing in IE7
Your code looks fine. If there's no errors then I can't really help you without seeing the page.

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
17th February, 14:23
Post: #3
RE: qtip not showing in IE7
A small tweak in the tags did it. I changed the <ttip> tags to <div> and its working for me in both IE and FF.
Thanks
JS Code
<div class="ttip"  data-url="<%=request.getContextPath()%>/view/detail/loadIntCode.do?pid=12134">
     Show Dynamic Tooltip  
</div>
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  tip showing 2 times gkielwasser 8 243 5th May 19:00
Last Post: Craig
  [Solved] qtip showing content from db doesn't change when content in db changes. vtoepel 2 145 23rd April 16:02
Last Post: vtoepel
  [Solved] Browser still showing regular tooltip in addition to qTip Ryan Williams 2 853 18th December 19:54
Last Post: Craig
  [Solved] Dynamic content not showing? dabd 3 814 21st August 18:17
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] Tip corner not showing in IE7 and IE8 danlefebvre 9 3,338 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
  qTips no showing in IE7 adrielcrv 3 1,077 9th May 14:06
Last Post: Craig
  qTip 1 and Image Map problems with IE7 - need help converting to 2.0 tafs7 2 1,017 29th April 08:50
Last Post: kiddailey



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