Skip to content

Instantly share code, notes, and snippets.

@ananyo2012
Created January 1, 2017 04:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ananyo2012/c2def2c4eaecf1173f54f0a8a7b69df3 to your computer and use it in GitHub Desktop.
jasmine fixture
<ul class="btn-group">
<li rel="tooltip" title="Helpful? Like it and get updates!" class="btn btn-default btn-sm btn-like" node-id="1" id="like-button-1"><span id="like-star-1" class="fa fa-star"></span> <span id="like-count-1">1</span></li>
</ul>
<script>
jQuery(document).ready(function() {
$('#like-button-1').on('click', clickliked);
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment