Skip to content

Instantly share code, notes, and snippets.

@rmacy
Last active May 3, 2018 18:00
Show Gist options
  • Save rmacy/5f1ca0aafcb32be554f2defb7b4d1591 to your computer and use it in GitHub Desktop.
Save rmacy/5f1ca0aafcb32be554f2defb7b4d1591 to your computer and use it in GitHub Desktop.
About function chaining in Javascript
$('#someElementId').removeClass('hidden').addClass('display');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment