crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Process of jQuery works
Question Posted on 09 Mar 2012Home >> WEB >> JQuery >> Process of jQuery works

AS all of us know $() function is an alias for the jQuery() function we can also use jQUery instead of $ and this returns a special Java-Script object. And this Object contains an array of DOM elements that matches the selector. And this Selector is key thing in jQuery development. It is away to select node from DOM. This Java-Script object possesses a large number of useful predefined methods that can action group of elements.This type of construct is termed a wrapper because it wraps the matching element(s) with extended functionality.

(1)$(object) is called jQuery wrapper around the object.
(2)jQuery has a ready element that checks the document and waits until document is ready to be manipulated.
(3)It searches for the reference files for framework, once it finds it then control goes to the function specified.
(4)What ever code mentioned in the function that gets executed. Event handling also can be implemented here.



Jquery works


we can debug the jquery script by placing debugger keyword (OR) attaching worker process and then inserting a break point .
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Difference between body.onload and document.ready in jQuery

Different method which provides effects in JQuery

Three types of selector in JQuery

Example of JQuery focus event on textbox

What is significance of jQuery.NoConflict






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap