Can I disable the ESC key close in SimpleModal
Talking about SimpleModal the jQuery plugin. Most of the time I th开发者_JS百科ink it is a handy feature but I am finding that in a certain case I need to remove it. What are my options?
use the escClose option:
escClose [Boolean:true] Allow Esc keypress to close the dialog?
http://www.ericmmartin.com/projects/simplemodal/
精彩评论