Removing transition from background-color doesn't work – Jquery
I have a script that adds a class "notransition" to the body on the page load (it removes it after set time). I want to remove background-color and color transition from every element, but it doesn't seem to work. $(window).on("load",…