Is it possible in my css file to do something like that?:
.myclass:after{ content:\"click me\"; onclick:\"my_function()\"; }
I want to a
If something can be done with jQuery, then it is sure that it is possible to do it without that. Lets see a data model:
We need some stylesheet:
And a code: