How To Match Complex Element IDs In jQuery

Author: , July 22nd, 2021

PROBLEM: An element ID that looked like this would fail to match: service = east node = db1-demo.thedomain.com

SOLUTION: Rig any special characters in the complex hostname (:.[],-@) with a backslash in front of them to ensure proper matching:

How To Extract Time Machine Logs Via Terminal

Author: , November 2nd, 2020

How To Modify Files Inline Using PERL Edit In Place

Author: , July 8th, 2020

How To Add JavaScript or jQuery to a WordPress Page

Author: , October 4th, 2012

NO Blank Lines!