Search Results

14
votes

jQuery and “Organized Code”

Just want to add to what was mentioned previously that this: $.each(container.children(), function(j,w) { $(w).unbind().change(function() { ... }); }); can be …