jquery - Bootstrap after closing the modal set the focus to invoked element? -
I am using bootstrap 3.0.0.
I'm facing a small problem in bootstrap modal window
I want to set focus.
Post-text "itemprop =" text ">
Use bootstrap's custom events:
$ ('# myModal'). ('Hide.bs .modal ', function (e) {// something ...});
(last subsection)
Comments
Post a Comment