I\'m trying to use a form inside a bootstrap popover. Some basic html works (text styling, buttons), but the form does not. (neither do onclick() javascript actions)
If nothing works, try this
$('#'+$(this).attr('aria-describedby')).find('.popover-body').html(myhtml);