Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Add data-hasqtip attribute to elements with a qTip as a helpful indic…
Browse files Browse the repository at this point in the history
…ator.
  • Loading branch information
Craga89 committed Nov 15, 2012
1 parent 4e6c8bc commit 6d5e1ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/basic/jquery.qtip.js
Expand Up @@ -1555,7 +1555,8 @@ QTIP.bind = function(opts, event)

// Prerendering is enabled, create tooltip now
if(options.show.ready || options.prerender) { hoverIntent(event); }
});
})
.attr('data-hasqtip', TRUE);
};

// Setup base plugins
Expand Down

0 comments on commit 6d5e1ca

Please sign in to comment.