crackyourinterview.com


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

What is significance of jQuery.NoConflict
Question Posted on 09 Mar 2012Home >> WEB >> JQuery >> What is significance of jQuery.NoConflict

If we are referring any other script files along with jQuery you may get conflicts in the namespace. Some times if we use jQuery with any other libraries, we may get clash between two libraries and we encounter situations like neither of the functionality works.

Important thing to keep in mind is , when we call .noConflict() jQuery will return $() to it’s previous owner .So we need to use jQuery() instead of $() function.

The following example illustrated how to use no conflict . This can be used in cases “where one script works with out the other and will not work when both the scripts are combined”.




JQuery

The jQuery library and all plugins are within the jQuery namespace. But "global" objects are stored inside the jQuery namespace . so It is usual to get namespace clash between jQuery and any other library or plug-in. $ is just short cut for jQuery. Hence overriding $ function will work.

You can also assign in another variable and use it in the application like this as shown below.



JQuery NoConflict
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