<img src="..." title="Some title here">
Is the a way to do the same for the div:before or div:after via css?
<img src="..." title="Some title here">
Is the a way to do the same for the div:before or div:after via css?
You can try this..
document.getElementById('divId').title = 'title';