-
-
Save chrislaughlin/2c85bfcd42e628a4de3f to your computer and use it in GitHub Desktop.
How many people are in the gym
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
$.get( "http://www.puregym.com/gyms/belfast-adalaide-street/whats-happening", function( data ) { | |
var inTheGym = $("<div></div>" ).html(data).find('.people-number').html(); | |
alert(inTheGym); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment