Skip to main content

All 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: "...
user7512979's user avatar
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 $...
user1163234's user avatar
  • 2,497