This project has been deprecated!
jQuery Plugin for checking wether an element exists and if it does run some code.
Used to optimize performance of your script by deferring actions intended for optional elements.
$('#element').exists(function() {
// do stuff upon existence of #element
});
bower install jquery.exists