Friday, September 30, 2016

How can i disabled esc key from JQuery Modal box?

By using this :
         $("#join_login").modal({backdrop: 'static',keyboard: false});

No comments:

Post a Comment

What is scope in Angular Js

Angular Js Scope The scope is the binding part between the HTML (view) and the JavaScript (controller). The scope is an object with th...