I'm looking to replace an image with a class to a div with text inside it, how can I do that?
<script>
$('img.vCSS_img_history_off').replaceWith('<div id="button">Turn History Off</div>');
</script>
I know that code is screwed up, but it's just to paint a picture of what I'm looking for, any suggestions?