Created
July 25, 2015 03:43
-
-
Save anonymous/135923ed02a4463d5fab to your computer and use it in GitHub Desktop.
JS Bin basic paygrade // source http://jsbin.com/dopiva
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="basic paygrade"> | |
<script src="https://code.jquery.com/jquery-1.6.4.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<script> | |
var myArr = $.parseJSON('["E1","E2","E3","E4","E5","E6","E7","E8","E9","E10","O1","O2","O3","O4","O5","O6","O7","O8","O9","O10","O1E","O2E","O3E","W1","W2","W3","W4","W5"]'); | |
console.log(myArr[0]) | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment