top



Hey Guest!
Can you help how to chance the WYSIWYG Image?
Like on here, i want to chance the image Happy

Thanks!

If I were you, I'd rather focuse on the script whom inserts the bbcodes.
Anyways,
something like this would do it:
$(function() {
$('img[src="IMG FOR BBCODE HERE"]').replaceWith('new');
});

Thanks it work!

Solved and Lock

[solved]