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

Editing Python Class in Shell and SQLAlchemy -

rest - Basic cxfrs RESTful JAX-RS Service -

ajax - Decimal('12000') is not JSON serializable -