Twitter bootstrap remote modal shows same content every time

前端 未结 22 1260
春和景丽
春和景丽 2020-11-22 12:29

I am using Twitter bootstrap, I have specified a modal

<
22条回答
  •  情深已故
    2020-11-22 13:09

    $('body').on('hidden.bs.modal', '.modal', function () {
           $("#mention Id here what you showed inside modal body").empty()
    });
    

    Which html element you want to empty like(div,span whatever).

提交回复
热议问题