Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Forked from anonymous/index.html
Created July 25, 2015 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehenderson/ea965e15132f9d85f469 to your computer and use it in GitHub Desktop.
Save stevehenderson/ea965e15132f9d85f469 to your computer and use it in GitHub Desktop.
JS Bin basic paygrade // source http://jsbin.com/dopiva
<!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