All Questions
Tagged with jquery-ui-tooltip jquery-widgets
2 questions
0
votes
1
answer
84
views
"Using" option in jQuery position api
In jQuery documentation it says the feedback argument gives horizontal, vertical and important, giving you twelve potential directions like { horizontal: "center", vertical: "left", important: "...
2
votes
2
answers
8k
views
Open jquery ui tooltip programmatically with custom content
I want to programmatically open a jquery ui tooltip (not hover) with a custom content tooltip like this here. Is there any way to do this ?
$('.links').tooltip({
content: function() {
var $...