malsup / blockui

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

BlockUI trigger a alert with a not supported version of jQuery #104

Closed alexanmtz closed 10 years ago

alexanmtz commented 10 years ago

I'm using blockui and sometimes when a component is rendered in a page that not support the right version of jQuery the alert is triggered.

This is annoying for the user and should be a alert just for a developer, not to the final user, so I suggest to use a console and then the developer can fix the issue.

So, instead of alert, it should be console.info or console.log for all the alert of something that plugin doesn't support.

blockui-annoyingalert

malsup commented 10 years ago

Download a more recent version. That was changed a long time ago.

alexanmtz commented 10 years ago

Thanks!