嗨我正在使用以下代碼通過jQuery應用css的多個屬性。我的代碼是這個jQuery代碼有什麼問題
$("div:contains('Awais')").css({text-decoration : 'underline', cursor : 'pointer'});
我得到JavaScript錯誤
missing : after property id
$("div:contains(John)").css({text-dec...: 'underline', cursor : 'pointer'});
但是當我remoce text-decoration
屬性錯誤消失。什麼是錯的代碼
重新標記了這個問題。它與jQuery或選擇器無關。 –
@Felix Kling Thanks dude –