Skip to content Skip to sidebar Skip to footer

Styling "popovers" In Twitter Bootstrap's “bootstrap-popover.js” In Rails 3.2

Using Rails 3.2 and Twitter Bootstrap “bootstrap-popover.js' and 'bootstrap-tooltip.js' here This is what I'd like to happen : for when I hover over:
  • Copy

    With customFunctions.js having the:

    $('a').popover({placement:'right'});
    

  • Post a Comment for "Styling "popovers" In Twitter Bootstrap's “bootstrap-popover.js” In Rails 3.2"