-4
我無法讓我的代碼工作,我不知道爲什麼。 這裏是jsfiddle的鏈接。jquery不能在css中工作
$(document).ready(funciton() {
$("button").click(function() {
$("h1").css("color", "red");
});
});
<h1>
Testing123
</h1>
<button>
Make the h1 red
</button>
它的工作原理,你只需要包括jQuery庫。 https://jsfiddle.net/azizn/m76npdc2/1/ – Aziz
拼寫錯誤的函數。 –