jQueryUI modal dialog does not show close button (x) JQueryUI和BootStrap混用时候,右上角关闭按钮显示不出图标的解决办法

I had this problem and was able to resolve it with the declaration below.

$.fn.bootstrapBtn = $.fn.button.noConflict();

  

posted @ 2016-08-02 22:17  iDEAAM  阅读(1534)  评论(0编辑  收藏  举报