Created
April 12, 2017 13:44
-
-
Save Rameshwar-ghodke/4a0374b85dd2ba3d18e9fead526c6e87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).ready(function(){ $('[data-toggle="tooltip"]').tooltip({ placement : 'bottom' }); }); | |
| <select required id="disability" class="form-control" data-toggle="tooltip" title="If you have disability yes then write it in About me field." onchange="checkOther(this)" > | |
| <option value="">Select</option> | |
| <option value="Yes">Yes </option> | |
| <option value="No">No </option> | |
| </select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment