Skip to content

Instantly share code, notes, and snippets.

@srinathweb
Created May 14, 2015 08:17
Show Gist options
  • Select an option

  • Save srinathweb/4977bae1026983b6c24e to your computer and use it in GitHub Desktop.

Select an option

Save srinathweb/4977bae1026983b6c24e to your computer and use it in GitHub Desktop.
popover
$(document).ready(function(){
$('.btn').popover();
$('.btn').on('click', function (e) {
$('.btn').not(this).popover('hide');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment