Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Last active February 7, 2019 14:09
Show Gist options
  • Save luislobo14rap/bb3658c749eb12ff5b329c8f1f141f23 to your computer and use it in GitHub Desktop.
Save luislobo14rap/bb3658c749eb12ff5b329c8f1f141f23 to your computer and use it in GitHub Desktop.
depreciated, use $('p:first').add('p:last');
let a = $('p:first'),
b = $('p:last');
$.merge(a, b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment