I have CSS element selector, I want to remove it's CSS with the help of jQuery. How can I remove it CSS not the element input[type="button"]
Issue is CSS file where it is written I cannot change as it is coming from asp.net dll
input[type="button"] {
min-width: 6em;
padding: 7px 10px;
border: 1px solid #ababab;
background-color: #fdfdfd;
background-color: #fdfdfd;
margin-left: 10px;
font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #444;
}
removeClass()orclassList.remove()in your JSinput[type = "button"]withdivand style that div like a button