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 , I have to apply the modal window after the current 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

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -