Hey all,
I've been searching for a whlie for the solution to this, and its driving me nuts.
I need to know if its possible to use Regular Expressions to search for a partial match with "getElementById" - I know for a fact that: document.getElementById('(.)*myTextBox');
Will not find something with the id of: _123_myTextBox - even though it is a valid expression.
Anyone know another way to do this quick and effectively?
I've been searching for a whlie for the solution to this, and its driving me nuts.
I need to know if its possible to use Regular Expressions to search for a partial match with "getElementById" - I know for a fact that: document.getElementById('(.)*myTextBox');
Will not find something with the id of: _123_myTextBox - even though it is a valid expression.
Anyone know another way to do this quick and effectively?