Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.1 KB

File metadata and controls

16 lines (13 loc) · 1.1 KB

safeQuery

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

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') You can also try $('body').attr('madeup');

Footnotes