Hi, > <a href="#">some text</a> > > into this: > > <a href="#"><div class='someclass'>some text</div></a>
$("[EMAIL PROTECTED]'#']").each(function() {
$(this)html('<div class="someclass">'+$(this).html+'</div>');
});
Christof
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
