Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Am creating web page using bootsrtap.
I have added two drop downs. Values for drop downs will generate dynamically.So i want to show that value as tooltip. my drop down values are very lengthy.So i dont want to increase the size of drop down.I want to show tool tip for that long values.

jquery am using,
C#
$(document).ready(function () {
    $("a").tooltip({

        placement: 'top'

    });
});


data-original-title="Abcdefghiklhuhsfjkhskd" currently am giving like this. But i want to give dynamically.
+Tool tip should show full value.Drop down should not extend as per the length of the value.
Posted
Comments
Am Gayathri 12-Aug-14 7:42am    
no designers ? ::(

1 solution

Hi try this below Link


Tool tip for drop down list[^]
 
Share this answer
 
Comments
Am Gayathri 14-Aug-14 9:04am    
Thanks for your replay. I was looking for a solution using bootstrap and jquery.
Anyway oi got it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900