Answer Posted / 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 |
Post New Answer View All Answers
What are the effects methods used in jquery?
Define data paremeter of jquery ajax method?
What is queue() in jquery?
Explain .delegate()? : jquery mobile
How to give face effect in jquery?
What is the script build up by jQuery?
How to call a method inside code-behind using jquery?
How to check/uncheck an input in jquery?
What is the slowest selector in jQuery?
Differentiate between jquery.size and jquery.length? : jQuery Mobile
What are the various ajax functions?
Explain the difference between body onload() and document.ready() function? : jquery mobile
Can you please explain the difference between .js and .min.js? : jquery mobile
What are the features of jQuery, has been used in web applications?
Explain .on()? : jquery mobile