How do you select element by ID in jQuery?
Answer / chaitanya
To select element use ID selector. We need to prefix the id with "#" (hash symbol). For example, to select element with ID "txtName", then syntax would be,
Hide Copy Code
$('#txtName')
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various ajax functions available in jquery ?
What is jquery.length? : jquery mobile
How to select combobox select value and text using jquery?
List the advantages of jquery?
What is a jquery ?
Explain the use jquery.data method?
Can you use multiple document.ready() function on the same page?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
How to check if number is numeric while using jQuery 1.7+?
What is the goal of cdn and what are the advantages of using cdn?
Have any of your startup projects failed dismally - if so, why and how did you learn from them?
What is normally not included in a cloned copy? : jQuery Mobile