$(function(){
$('.votedel').live("click", function(){
vote_count--;
$(this).parent().remove();
});
$("#addchoice").click(function(){
if(vote_count<vote_max){
if(vote_count>6){
$("#vote").css("height",$("#vote").css("height")+35);
}
vote_count++;
$('<li class="votechoice">'+
'<input type="text" name="choice"/><span class="votedel" title="删除"></span></li>')
.insertBefore(".addchoice");
}
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
