Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] qTip Delay is not working
30th October, 01:24
Post: #1
[Solved] qTip Delay is not working
Hi, I am trying to have some delay before the qTip is shown on mouseover, I tried something like this:

JS Code
// Declare custom style for qtip
        $.fn.qtip.styles.myStyle = { // Last part is the name of the style
            width: 200,
            textAlign: 'center',
            show: { delay: 50000 },
            border: {
                width: 2,
                radius: 5,
                color: '#808080'
            },
            name: 'dark' // Inherit the rest of the attributes from the "light" style
        }


But obviously the delay is not working, any idea??
Thanks...
Find all posts by this user
Quote this message in a reply
31st October, 20:14
Post: #2
RE: qTip Delay is not working
You can't put stuff like that in your style object, only style properties! You'll need to specify that in the qTip config object instead.

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
1st November, 03:32
Post: #3
RE: qTip Delay is not working
(31st October 20:14)Craig Wrote:  You can't put stuff like that in your style object, only style properties! You'll need to specify that in the qTip config object instead.

I see, got it. Really thanks!!
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Need to set delay only for one icon in the browser JavaDev 1 693 26th May 21:15
Last Post: Craig



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