html form inside bootstrap popover not working

前端 未结 3 1675
小蘑菇
小蘑菇 2021-01-19 04:55

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)

3条回答
  •  旧时难觅i
    2021-01-19 05:32

    If nothing works, try this

    $('#'+$(this).attr('aria-describedby')).find('.popover-body').html(myhtml);
    

提交回复
热议问题