I hereby claim:
- I am richcahill on github.
- I am richcahill (https://keybase.io/richcahill) on keybase.
- I have a public key whose fingerprint is E550 E0DD 4EE6 12DC B52D 73BA 965D 065D 2136 BBDE
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| //you need this first bit for all jquery code | |
| $(document).ready(function(){ | |
| // Click on an a tag with class="studio" | |
| $(".studio").click(function(){ | |
| // Assign variable studioName to the attribute "data-name" in the a tag. Convert it to text | |
| var studioName = $(this).attr('data-name'); | |
| // Get the json | |
| $.ajax({ |