div の境界線を削除しようとしていますが、うまくいきません。css のコードをコメントアウトしましたが、削除したいのは正しいプロパティです。ここに私が現在使用しているコードがあります。以下のコードにある背景色の変更は機能していますが、removeClass は機能していません。
var tab = getURLParameter("tab");
// Disable the visual style of the button since it is disabled for this page.
if (tab == "Property") {
$(".scrape-button").css('background-color', '#efefef');
$(".scrape-button:hover").removeClass('border');
}
何か案は?ありがとう!