I have to implement the tooltip feature for drop down. Also, tooltip will not be any static text, it should be the selected value of drop down. How can i do this in jQuery?
|
|
|
JAVASCRIPT AND JQUERY. You were specific about tooltip for only the selected value for all the dropdowns in the page at once..
In the below code i am adding tooltip for all the values in the drop down as well as the selected value. This in java script as well and that too for all the dropdowns in the page at once.
for either function, Do the below to trigger it.
or,
or if you are using dojo,
or jQuery makes the whole script even simpler..
I would suggest you to use the function on the onChange event of the dropdown instead of document ready event. |
|||
|
|
|
You can implement the dropdown in javascript as a div. Once you do that, you can add the tooltips using something like: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ |
|||
|
|
Something like this ?
|
|||||
|
|
I got the soultion: Just in case you wanted to know how i did that:-
See here: http://jsbin.com/owoka |
|||
|
|
|
|
|||
|
|