div:before {
content: "\40ec";
}
A character appears inside the div.
Requirement - I require to handle click event only on this character in jQuery. Is this possible? If yes, how?
div:before {
content: "\40ec";
}
A character appears inside the div.
Requirement - I require to handle click event only on this character in jQuery. Is this possible? If yes, how?