remove background color css jquery

Solutions on MaxInterview for remove background color css jquery by the best coders in the world

showing results for - "remove background color css jquery"
Giuseppe
08 Jan 2017
1$("element").css("background-color", ""); 
Lucia
13 Mar 2019
1$("#id").css("background-color", "");