Skip to content

Instantly share code, notes, and snippets.

@devdays
Created February 23, 2015 00:13
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 devdays/e7d369c5732c0d515bfd to your computer and use it in GitHub Desktop.
Save devdays/e7d369c5732c0d515bfd to your computer and use it in GitHub Desktop.
Chaining the result to another jQuery method
<script>
$("#myParagraph").footnote().css("background-color", "yellow");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment