|
qtip with jquery mobile tap event
|
|
4th January, 19:35
(This post was last modified: 4th January 19:47 by finedesignz.)
Post: #1
|
|||
|
|||
|
qtip with jquery mobile tap event
Hi,
I'm a little new at working with jquery events, but I'm trying to get the qtip to show when I tap the link. Right now, it works fine in a regular browser, but not mobile. http://jquerymobile.com/demos/1.0/docs/api/events.html Here's my code so far: JS Code
I've been searching all over this forum and on Google, but have yet to understand what I need to do. Forgive me if it's been answered somewhere else. Thank you for your help! |
|||
|
4th January, 21:18
Post: #2
|
|||
|
|||
|
RE: qtip with jquery mobile tap event
Well first off, that code is for qTip2, not qTip 1.0, which use completely different settings
. I'd suggest using qTip2 as 1.0 is no longer actively developed and is a dead project. Regarding the issue, if you want to trigger the qTip on click, set it as the show event:JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help




. I'd suggest using qTip2 as 1.0 is no longer actively developed and is a dead project. Regarding the issue, if you want to trigger the qTip on click, set it as the show event: