[jQuery] function after "each" -loop

[jQuery] function after "each" -loop


Hi
Need som smart advice here, I have a "each"loop like this.
$("input[@name='category']").each(function(){
});
And then I want to run a function after the "each" i done Is that
possible?
all the best / johannes