Description  | 
|
Search an element by ID or Name  | 
|
Parameters  | 
|
string  | 
The element ID or name  | 
Return  | 
|
The element if it is found or null  | 
|
Example  | 
|
<input id="getElement-exampleID" name="getElement-exampleName"> 
 Preview: In the preview of the example you can see the result of the string: 
  | 
|