Last active
February 7, 2019 14:09
-
-
Save luislobo14rap/bb3658c749eb12ff5b329c8f1f141f23 to your computer and use it in GitHub Desktop.
depreciated, use $('p:first').add('p:last');
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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