Just put the call after the each loop

$(document).ready(function() {
     $("inp...@name='category']").each(function(){

     });
     LoopComplete();
});
function LoopComplete() {
     alert("All done with loop!");
}






On Jan 28, 10:13 am, johannesF <johannes.foss...@gmail.com> wrote:
> Hi
>
> Need som smart advice here, I have a "each"loop like this.
>
> $("inp...@name='category']").each(function(){
>
> });
>
> And then I want to run a function after the "each" i done Is that
> possible?
>
> all the best / johannes

Reply via email to