Tagged Questions
1
vote
0answers
28 views
Exceptions for control flow
I just wrote the following javascript (jQeury loaded):
var valid, ui;
try {
$.each(this._cache, function() {
$.each(this, function() {
$.each(this, function() {
...