爱玺玺

爱玺玺的生活日记本。wx:lb87626

jquery自动提交数据 主要原理就是用keyup方法

<textarea class="comment" id="{#$i.id#}" style="border:solid 1px #ccc; width:270px; height:50px;" placeholder="注...">{#$i.comment#}</textarea>

<script>

           $(".comment").live('keyup',

               function(){

   $.post(

     "shopcommod.php?shop=commentshop",

{id:$(this).attr("id"),comment:$(this).val()},

function(data){

        //alert(data);

}

   )

           }

           )

        </script>  





发表评论:

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5