dblclick problem and html char

dblclick problem and html char

  1. $(document).ready(function() {
            $(".ie").dblclick(function(){
                var defie = $(".ie").html();
                $(".ie").html('<input  type="text" value="'+defie+'">');           
        });          
    });




  2. <div class="ie">jquery click</div>