Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] qtip is show's bottom of the page
11th February, 06:05
Post: #1
[Solved] qtip is show's bottom of the page
Hi,

i used qtip in my web page, but the tool tip posting is show's bottom of the page. Here is my code any thing wrong with this code.

JS Code
//javascript code
//Tool tip
$('[qtip]').each(function() {
	 $(this).qtip({ content: $(this).attr('qtip') }); 
}); 
 
//html code
<form method="post" id="new_user_session" class="new_user_session" action="/user_session">		
		<div class="formrow">
			<label for="user_session_email" style="width: 106px;">Email</label>					
			<input type="text" size="30" qtip="Please enter your email!" name="user_session[email]" id="user_session_email">			
		</div>	
		<div class="formrow">
			<label for="user_session_password" style="width: 106px;">Password</label>
			<input type="password" size="30" qtip="Please enter your password" name="user_session[password]" id="user_session_password">			
		</div>
 
		<input type="submit" value="Login" name="commit" id="user_session_submit">
	</form>


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
11th February, 09:33
Post: #2
RE: qtip is show's bottom of the page
prasofty, watch out when using the qTip attribute in your code, as it has a tendancy to mess up qTip settings as its used internall.y Try using a different atribute name such as 'giveQtip' or 'tooltip'.

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
11th February, 09:40
Post: #3
RE: qtip is show's bottom of the page
Thanks Craig,

it's working.........

(11th February 09:33)Craig Wrote:  prasofty, watch out when using the qTip attribute in your code, as it has a tendancy to mess up qTip settings as its used internall.y Try using a different atribute name such as 'giveQtip' or 'tooltip'.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Dynamic Content From Page Element frogg3862 2 91 3rd May 17:12
Last Post: frogg3862
  [Solved] Multiple qtips on one page, content disappearing russau 3 123 3rd May 16:38
Last Post: Craig
  [Solved] Show on click, hide on unfocus ttomor 4 154 3rd May 14:39
Last Post: ttomor
  [Solved] Center tooltip on page and also use a thumb image to popup the real image ChileCaliente 2 257 26th March 22:54
Last Post: ChileCaliente
  [Solved] Jump to top of the page snicker 4 1,307 15th February 03:31
Last Post: phpmysqlguy
  js only show admeis 1 275 6th February 18:00
Last Post: Craig
  show qtip in a specified div or position myapweb 1 587 27th December 17:53
Last Post: Craig
  qtip not appearing on .show command josephkhoury 1 446 20th December 13:58
Last Post: Craig
  [Solved] QTip content from existing div element on page? dcash 4 2,526 8th December 18:29
Last Post: Craig
  [Solved] Show qTip when button pressed sulfurcode 1 561 1st December 11:15
Last Post: Craig



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