Saved Bookmarks
| 1. |
What Is The Meaning Of Selectors In Jquery? |
|
Answer» In JAVASCRIPT we have several METHODS to find the controls like – “getElementByName” and “getElementByID”, which is used to find the control BASED on Name of the control and ID of the control RESPECTIVELY. Similarly in Jquery we have find the controls using selectors. Below are some of the selectors -
In javascript we have several methods to find the controls like – “getElementByName” and “getElementByID”, which is used to find the control based on Name of the control and ID of the control respectively. Similarly in Jquery we have find the controls using selectors. Below are some of the selectors - |
|