mwendell
Results
1
comments of
mwendell
Ahhh... we've added a textarea to our site, requiring the following change: ``` if ((!$('input').is(':focus')) && (!$('textarea').is(':focus'))) { /* snipped for brevity */ } ``` It would be great if...