急需如何在ASP.NET中添加表情?

解决方案 »

  1.   

    ????????????添加表情:类似csdn 这个留言的么 晚上一大把 如:fckeditor
      

  2.   

    文本编辑器
    $(document).ready(function(){
      $(a.face).click(function(){
      var insert_img = $(this).html();
      var old_html =$("#content").html();  
      $("#content").html(old_html + insert_img );
      });
    });
     
     
      

  3.   

    楼主说得不够明白啊
    如果是像csdn的 是直接在内容中插入表情路径的
      

  4.   

    把表情图片准备好了,点击图标即在相应的地方插入<img alt="description" src="路径"/>