Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

OpenSourceWorkflow/jquery.exists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

exists

Project is deprecated!

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.

Usage

$('#element').exists(function() {
  // do stuff upon existence of #element
});

Installation

bower install jquery.exists

About

[deprecated] jquery plugin (jQuery Plugin, Bower)

Resources

Stars

Watchers

Forks

Packages

No packages published