views:

100

answers:

1

Talking about SimpleModal the jQuery plugin. Most of the time I think it is a handy feature but I am finding that in a certain case I need to remove it. What are my options?

+2  A: 

use the escClose option:

escClose [Boolean:true] Allow Esc keypress to close the dialog?

http://www.ericmmartin.com/projects/simplemodal/

PetersenDidIt
awesome, don't know how I missed that :/
Andrew G. Johnson