Knowledge Walls
Ammu
Hyderabad, Andhra Pradesh, India
Passcode:
Conflict in JQuery of JQuery
1482 Views
Example 
<!DOCTYPE html>
<head>
    <title> Learning how to access elements from</title>
    <script    src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
    <script>
        var praveenJQuery = $.noConflict();
        praveenJQuery(document).ready(function(){
           jQuery("#btn").click(function(){
               alert("Hello");
           });
        });
    </script>
</head>
<body>
   <div class="udc"></div>
   <button id="btn">Click here.</button>
</body>
</html>
Next Topics
Next lessons of current book.
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
Previous Topics
Previous lessons of current book.
JQuery of JQuery
Best Lessons of "JQuery"
Top lessons which are viewed more times.
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details