thondchen / Bom

0 stars 0 forks source link

modal code sample #11

Open thondchen opened 7 years ago

thondchen commented 7 years ago

Modal Example

` http://stackoverflow.com/questions/13183630/how-to-open-a-bootstrap-modal-window-using-jquery http://stackoverflow.com/questions/12319171/how-to-handle-the-modal-closing-event-in-twitter-bootstrap
thondchen commented 7 years ago

http://bootboxjs.com/v3.x/documentation.html full screen http://codepen.io/benallfree/pen/vyxqGM

thondchen commented 7 years ago

http://jschr.github.io/bootstrap-modal/

thondchen commented 7 years ago

github repository search

https://github.com/search?l=JavaScript&o=desc&p=2&q=bootstrap+modal&s=updated&type=Repositories&utf8=%E2%9C%93

thondchen commented 7 years ago

//* $.magnificPopup.open({ items: { src: '#PopUp', type: 'inline' }, closeBtnInside: false, callbacks: { open: function () { $.magnificPopup.instance.close = function () { clearModeCache(); clearToolBarPressedState(""); Context.setstate(Context.states.initialize); $.magnificPopup.proto.close.call(this); }; } } }, 0);

thondchen commented 7 years ago

$(\'#' + mapWindowId + '\').css(\'top\', \'140%\');

thondchen commented 7 years ago

http://stackoverflow.com/questions/12319171/how-to-handle-the-modal-closing-event-in-twitter-bootstrap

$('#myModal').on('hidden', function () { // do something… })

thondchen commented 7 years ago

.modal .close:after, .alert .close:after { content: "\e131"; font-size: 16px; }

thondchen commented 7 years ago

http://frankbite.tw/page/2/

thondchen commented 7 years ago

http://stackoverflow.com/questions/16493280/close-bootstrap-modal