I have a list of items, and each one has a Bootstrap popover associated with it (docs here). They are initiated like this:
$(\'#my_list li\').popover({ pl
Its change placement from left to top on window smaller than 768
placement: function(){return $(window).width()>768 ? "auto left":"auto top";}