Skip to content

Instantly share code, notes, and snippets.

@Rameshwar-ghodke
Created April 12, 2017 13:44
Show Gist options
  • Select an option

  • Save Rameshwar-ghodke/4a0374b85dd2ba3d18e9fead526c6e87 to your computer and use it in GitHub Desktop.

Select an option

Save Rameshwar-ghodke/4a0374b85dd2ba3d18e9fead526c6e87 to your computer and use it in GitHub Desktop.
$(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