0.5-b2, jquery 1.3.1
I'm having this same problem. In my situation, the URLs are being inserted into the editor. They are complete URLs (
http://...) also.
- Code: Select all
$('#newsletter_posts_list a').click(function(e)
{
$.wymeditors(0).insert('<h6><a href="'+this.href+'" title="">'+$(this).text()+'</a></h6>');
e.preventDefault();
});
JF, can you tell me a bit more about why this is happening? I've been trying to track this down in the source but haven't found anything. And, if I do figure out how to stop this, I don't want to break anything, obviously.