jquery and click function

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?

  1. $(document).ready(function(){
      $
    ("#InsertNew").click(function() {
       $
    ('<textarea class = "tinyMCE"></textarea>').appendTo($('#textBody'));
     
    });
     
    });



Thanks