Created
January 23, 2014 22:04
-
-
Save hendricius/8587734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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++; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
baust du ein game? :)