Tell me how to executed jquery selectors? : jquery mobile



Tell me how to executed jquery selectors? : jquery mobile..

Answer / Ankit Bhaskar

jQuery selectors can be executed by passing a CSS-like selector string to the jQuery() function. For example, $("#myElement") will select the HTML element with the id "myElement".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Whether jQuery HTML work for both HTML and XML documents?

1 Answers  


How to use transition effects? : jQuery Mobile

1 Answers  


Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile

1 Answers  


What is the jQuery code to select all links inside the paragraph?

1 Answers  


What is the need for jquery? : jQuery Mobile

1 Answers  


Difference Between Prop and Attr in jQuery?

1 Answers  


What's next on the hitlist with jquery ui?

1 Answers  


Tell me is jquery a library for client scripting or server scripting? : jquery mobile

1 Answers  


What is the difference between jQuery and jQuery UI?

2 Answers  


How to select element having a particular class (".selected")?

1 Answers  


Explain the advantages of jquery?

1 Answers  


Define "beforesend(xhr)" paremeter of jquery ajax method?

1 Answers  


Categories