$("*")
* symbol is used to identify and select all the form elements such as div, span etc...Note: Since this attribute selects all the elements in the form, it is advisable not to use this function in the program.