I have style like this :
.filter {
background-image: url("../images/index.png"); !important;
background-blend-mode: difference !important;
filter: invert(1);
box-shadow: inset 0 0 0 1px black;
**other style**
}
and I wanna get all the style it is possible ?
if I want get with property-name like
$(selector).css(property-name:property-value);
I should write many line code for it because the style is many.
- I can not use inline style and get it with attr