I have a nav menu with li elements,the lists are styled as
li:after { content : "+" }
Is it possible to change the content from "+" to "-" when user clicks on the li , using jquery?
I have a nav menu with li elements,the lists are styled as
li:after { content : "+" }
Is it possible to change the content from "+" to "-" when user clicks on the li , using jquery?