Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery UI tooltip - not showing on the top of element

Please check my code at this JS FIDDLE

I want my tooltip to show on top of the element. what am I doing wrong?

I also didn't find any usable info about position property in the jquery UI documentation for tooltips what does my and at means... I copied the code from their demos

like image 219
DS_web_developer Avatar asked Dec 05 '22 14:12

DS_web_developer


1 Answers

You should set position 'my' to 'bottom-(distance of bottom) Check this JS FIDDLE

like image 112
Bruno Chagas Avatar answered Dec 22 '22 00:12

Bruno Chagas