2021年3月31日星期三

Jquery not working, trying to use a button through jquery

<button id="btn">Click Me To ProCeed </button>  <p class="P"> vatsal </p>  
$(document).ready(function() { $('#btn').click(function() { $('p').remove(); alert(" Vatsal "); }); }); https://stackoverflow.com/questions/66898299/jquery-not-working-trying-to-use-a-button-through-jquery April 01, 2021 at 12:08PM

没有评论:

发表评论