jquery and click function
Hi,
i insert many texarea's, and teaxarea's with tiny mce (WYSIWYG). But when i Insert this teaxarea's from this function Tiny MCS don't work. Why?
$(document).ready(function(){
$
("#InsertNew").click(function() {
$
('<textarea class = "tinyMCE"></textarea>').appendTo($('#textBody'));
});
});
Thanks