forum

Home / DeveloperSection / Forums / jQuery.noConflict and how to use it

jQuery.noConflict and how to use it

Anonymous User 1155 28-Mar-2018

I want to jquery noConflict in this code 

<script>

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

Updated on 29-Mar-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By