Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Instant problem
7th September, 19:31
Post: #1
Instant problem
Hey all! Looks like a great plugin. Unfortunately I can't get it to work! Here's my complete code for the test page. This page is about as simple as I can make it, and still... nothing. Any ideas?
JS Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
</head>
<body>
<div id="content">
<a href="#" >Test</a>
</div>
<script type="text/javascript">
 
// Create the tooltips only on document load
$(document).ready(function() 
{
   // Match all link elements with href attributes within the content div
   $('#content a[href]').qtip(
   {
      content: 'Some basic content for the tooltip' // Give it some content, in this case a simple string
   });
});
</script>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery.qtip-1.0.0-rc3.min.js"></script>
</body>
</html>


Here's the URL: http://hexanine.com/prototype/index-jason-9-7.htm

Any help is terribly appreciated.
Find all posts by this user
Quote this message in a reply
7th September, 19:35
Post: #2
Instant problem
Duh. I had the inline script before calling either library. I figured it out. Thanks anyway! Smile
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 400 31st January 12:13
Last Post: sohailanwarpk
  [Solved] Starter problem enne87 1 627 12th July 17:29
Last Post: Craig
  [Solved] z-index problem RickardL 3 1,382 31st March 19:48
Last Post: kiddailey
  Simpel problem with qtip SnowJim 4 1,042 22nd February 20:08
Last Post: SnowJim
  Viewport problem dynamicmindset 8 1,413 18th February 02:12
Last Post: Craig
  [Solved] Newbie problem :( todsa 4 1,070 24th December 01:03
Last Post: todsa
  Problem with tip: 'buttomLeft' amunsen 1 410 29th September 17:30
Last Post: Craig
  Problem with qtip and IE7 cls33 2 1,159 8th September 17:17
Last Post: Craig
  Auto Position problem Alexm 5 2,701 5th August 00:55
Last Post: Craig
  I have problem for IE and Chrome . yourself 0 972 30th July 18:45
Last Post: yourself



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