在订单列表中 催款信才js
来源:岁月联盟
时间:2012-02-21
$(function() {
$(".cuikuan").each(function() {
var target = $(this), sn = target.attr("sn");
target.click(function() {
$.post('order.php?act=send_cuikuan&' + new Date(), { order_sn: sn });
target.parent().fadeOut();
});
});
});
</script>
<div><a href="javascript:void(0);" class="cuikuan" sn="1" style="color: #0066FF;">催款信</a></div>
摘自 chaojie2009的专栏
上一篇:js prototype 详解
下一篇:新浪微博文字滚动效果