Word. Or you could pass a regular element:
Something like this should work:
http://jsfiddle.net/iOnline247/MksjU/
Cheers,
Matthew
document.querySelector("input[title='Region']");
Then in your code you can check what was passed in: String/DOM Element/jQuerySomething like this should work:
http://jsfiddle.net/iOnline247/MksjU/
Cheers,
Matthew