Skip to content

Instantly share code, notes, and snippets.

@hendricius
Created January 23, 2014 22:04
Show Gist options
  • Save hendricius/8587734 to your computer and use it in GitHub Desktop.
Save hendricius/8587734 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
var laufe = 0 ;
var einheit = "t01,m001,m002,t02,m003,m004,t03,m005";
var marray = einheit.split(",");
while (laufe < 10) {
$(".starter").after(marray [laufe]);
laufe++;
}
});
@nblumoe
Copy link

nblumoe commented Jan 25, 2014

baust du ein game? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment