Do you ever think the scenario if you have to use other JavaScript Framework which has $ Symbol Identifier and JQuery function has also $ symbol Identifier in same html page? Does the JQuery function work?
No it does not work. There will be conflict with other F/w Function.
Then you can solve that conflict using .noConflict() method
Suppose if you want to create your own shortcut in JQuery then how can you create in JQuery?
Using .noConflict method you can create your own shortcut.
Advantage of .noConclict() method
- You can avoid the conflict in JQuery and other JavaScript F/w.

- You can create your own JQuery shortcut Identifier.


ShehzadPosted Oct 22, 2014, 10:20 PM
Thanks Chandradev for reply
Chandradev PrasadPosted Oct 21, 2014, 7:43 AM
for example, if you have used other javascript F/w which is also using $ identifier in other function then there will be conflict. Your Jquery function will not work. To avoid this conflict we have to use .noConflict Method. let me if you have still confusion.
ShehzadPosted Oct 21, 2014, 6:29 AM
Hi Chandradev ' First Screen shot i am not able to understand...could you brief? - Regards