What is noConflict() method in jQuery? This is very important to differentiate scripts when we are using many JavaScript framework in our project.As we know jQuery uses dollar symbol ($) as shortcut. There are many other popular frameworks are there as Angular JS, Knockout JS, Kendo JS, Backbone JS,Ember ,Vue etc. Suppose i one of … Read More “What is noConflict in jQuery?” »
Category: jQuery
jQuery is a rich library and a very lightweight framework to provide JavaScript enhanced and modified functionality to our web page. This is so popular because it has number of functions events, chaining properties and they make it convenient as well as easy to use. Find some beautiful functions and their explanations in one line. … Read More “Most Common Jquery Functions in various Interviews” »
jQuery events are attached with some function and function called when event triggers. On a web page actions taken by visitors are events. They can be responded accordingly as click, change, blur, focus, keypress etc. Some common events as categorised as : Mouse Events : click, dblclick, hover Keyboard Events : keypress, keydown, keyup Form … Read More “jQuery Events Frequently asked in various Interviews” »
What is jQuery? jQuery is a Javascript library which uses usage of Javascript very easy.We can handle events, manage CSS properties, DOM element, animation and many more utilities using jQuery library.It is an opensource. It is used by Microsoft, Google, IBM and almost the big players in software industries. What are selectors? jQuery selectors are … Read More “Top jQuery Interview Questions and Answers” »