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 |
How can you use array with jquery?
How can we give face effect in jquery?
How do you update ajax response with id " resilts"?
Can you call C# code-behind method using jQuery? If yes,then how?
Explain event.preventdefault? : jquery mobile
Please explain remove class jquery with example?
Which selector has better performance id or class and why?
How To Use Ajax In Jquery?
Difference between event.PreventDefault and event.stopPropagation?
Is jQuery a library for client scripting or server scripting?
what is the use of param() method in jquery .
What does dollar sign mean in jquery? : jQuery Mobile