What are the selectors in jquery? How many types of selectors in jquery?



What are the selectors in jquery? How many types of selectors in jquery?..

Answer / Mahesh Kumar Kureel

The `animate()` method is used to create smooth, animated transitions between two CSS properties. It accepts a map of properties and values that you want to animate, as well as optional easing, duration, and complete functions. Here's an example: `$('.selector').animate({left: '200px'}, 1000);`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What methods used to provide effects?

1 Answers  


Is it possible to hold or delay document.ready execution for sometime?

1 Answers  


How can we give face effect in jquery?

1 Answers  


How to use migrate jquery plugin if possible? : jquery mobile

1 Answers  


How to use migrate jQuery plugin?

1 Answers  


How to disable/enable an element in jquery?

1 Answers  


How to include jQuery in ASP.Net project?

1 Answers  


Can we have multiple document.ready() function on the same page? : jquery mobile

1 Answers  


Explain type paremeter of jquery ajax method?

1 Answers  


How to set attributes of an element using jquery?

1 Answers  


What is the use of jQuery.ajax method ()?

1 Answers  


How do you add an HTML element in DOM tree?

1 Answers  


Categories