Skip to content

Instantly share code, notes, and snippets.

@cyberdev
Last active March 15, 2021 17:22
Show Gist options
  • Save cyberdev/ccd55534996a6f41700aaf94ba3d9de4 to your computer and use it in GitHub Desktop.
Save cyberdev/ccd55534996a6f41700aaf94ba3d9de4 to your computer and use it in GitHub Desktop.
Get last split string
//to get id from item_12
var id = className.split('_').pop(); //output 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment