/safeQuery

Warns you when jQuery calls return zero elements

Primary LanguageJavaScript

safeQuery

Silent failures such as bad selectors are annoying time-wasters. safeQuery warns you when jQuery calls return zero results.

Tested with jQuery 1.7.2 and should work on all browsers. It's less than 400 bytes, just inline safeQuery.min.js after loading jQuery.

Demo

Check out the DEMO page, and type the following in your console: $('.oops')

Footnotes