Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Make BS Popover Disapare

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192860
    wolfgang1983
    Participant

    I use bootstrap popovers and I can upload a file through the popover, but for some reason popover still stays.

    After I have selected file or image for upload. Is it possible just to hide the pop over.

    $(document).ready(function() {
    $("#example").popover({
    placement: 'right',
    html: 'true',
    content : '<input type="file" name="userfile[]"/>'
    });
    });

    #192886
    Romchick
    Participant

    pop over of what?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.