Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qtip not appearing on .show command
19th December, 13:49
Post: #1
qtip not appearing on .show command
I am hoping someone could help me with a problem that i am facing

I am initializing a qtip in one function:

Quote:$('#featuredShows a.show img').each(function( index, element){
$(element).qtip({
content: $(element).attr("alt"),
style: {
width: 200,
tip: 'bottomMiddle',
background:'#393939',
color: '#888',
border: {
width: 1,
radius: 8,
color: '#393939',
},
},
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomMiddle'
}
}
})
});

And then calling the show method in another function, so that it shows up on a custom event:

Quote:$('#featuredShows a.show img').qtip("show")

However the qtip is not loading unless i mouseover it initially and then call the function which shows it.

Is there any way i might be able to show the qtip without having to mouseover it first?

Thanks in advance to any helpful replies
Find all posts by this user
Quote this message in a reply
20th December, 13:58
Post: #2
RE: qtip not appearing on .show command
qTip 1.0 is a buggy in this area, move to qTip2 and it'll work like a charm 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] IE8: qTip's not appearing. DaveRich 3 264 2nd April 21:58
Last Post: Craig
  js only show admeis 1 274 6th February 18:00
Last Post: Craig
  show qtip in a specified div or position myapweb 1 585 27th December 17:53
Last Post: Craig
  [Solved] Show qTip when button pressed sulfurcode 1 560 1st December 11:15
Last Post: Craig
  [Solved] Tip not appearing.. This is insane! TRI0N 1 497 23rd May 17:50
Last Post: Craig
  [Solved] Stem not appearing in IE8 tadywankenobi 10 2,115 14th March 18:01
Last Post: Craig
  [Solved] Have an onClick show qtip but then allow the underlying click to fire rickcr 2 3,033 26th January 22:42
Last Post: Gaurav
  forcing qtip to show - and another issue mickey 1 1,511 8th December 15:40
Last Post: Craig
  qTip appearing below list item soap_box 3 882 3rd December 13:32
Last Post: Yann39
  Show only 1 qTip at a time Lionlancer 4 1,345 30th November 20:00
Last Post: Craig



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