Hi all I have this scripts and I want to append happen only six times
scripts
$(\".upload_add\").click(function(){ $(\"#film_upload_side\") .ap
Set a counter:
var counter = 0; $(".upload_add").click(function(){ counter++; if(counter<7) $("#film_upload_side").append(' Shoose file to upload'); });