Users Pricing

forum

home / developersection / forums / jquery.noconflict and how to use it

jQuery.noConflict and how to use it

Anonymous User 1410 28 Mar 2018

I want to jquery noConflict in this code 

<script>

$(document).ready(function(){
    $("button").click(function(){
        $("#div1").remove();
    });
});
</script>

I am a content writter !


1 Answers