malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

pageBlockEls selector #64

Closed szelpe closed 11 years ago

szelpe commented 11 years ago

Hi,

In my current accessibility project I had a task that not only the input fields should get focused on the overlay, but also the links. Sadly this is hard-coded into blockui plugin, so I made it an option. So now I can edit it e.g. like this: ':input:enabled:visible,a:visible'.

I hope you'll like it, besides this I really like your plug-in, keep up the great work!

Péter

malsup commented 11 years ago

Thanks!