Skip to content

Instantly share code, notes, and snippets.

@davidsheardown
Created August 30, 2018 08:55
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 davidsheardown/68729bca5a41fe4035e063d553fcbcdd to your computer and use it in GitHub Desktop.
Save davidsheardown/68729bca5a41fe4035e063d553fcbcdd to your computer and use it in GitHub Desktop.
jQuery escaped period or special characters
// Always remember to escape "." or special characters, otherwise you cannot select/refer to the selector etc.
$( "#myID\\.entry\\[1\\]" ).css( "border", "3px solid red" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment