Skip to main content

All Questions

0 votes
1 answer
374 views

Post action not working in form inside bootstrap popover

I am trying to save a url from an input field(form is inside bootstrap popover)but nothing happens when I click save button. This is my html code: <div id="popover-content" class="hide"> <...
Rashi Goel's user avatar
1 vote
1 answer
2k views

Bootstrap popover only shows one word of string

I have a set of popovers that show supplemental info upon hovering. They display, but only the first word of the string. template: <a data-toggle="popover" data-trigger="hover" data-content={{...
DeltaG's user avatar
  • 760