ContinueIf


Version: 1.0.1
Category:
Scripts
JavaScript
Requirements:
Seller:
Price:
-
System:
Rating:
4.5
License:

Description - ContinueIf



The ContinueIf plugin was borne from the desire to make code more efficient, and integrate lines of code that were only split apart because of a conditional statement. For example, what if you were doing operations on a jQuery matched set, and had additional operations on that same matched set, but only if certain conditions were true? Normally, you would have two distinct sections of code: one for the code that always Processes, and the other for the code that conditionally processes.



More in JavaScript-ContinueIf

Operations Matched Code That Code That Always