Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created November 15, 2010 16:16
Show Gist options
  • Save bcoe/700529 to your computer and use it in GitHub Desktop.
Save bcoe/700529 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready(function() {
var value = $('#div-i-care-about').find('.value').text();
});
</script>
<div id="div-i-care-about">
<span class="value">30.5</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment