<script src="http://code.jquery.com/jquery-1.8.0.min.js" type="text/javascript"></script>
微博发布
<script type="text/javascript"> <br><!-- <br>$('#test2').click(function(){ //点击发布的事件 <br>if($('#test1')[0].value==""){ <br>var finish=$('<div class="error"></script>
return;
}else{
$('#test2')[0].disabled=true; //发布成功后,禁止
var timer=new Date();
//微博
$('
$('.con')[0].innerText=$('#test1')[0].value;
//头像信息
$('.imgs:eq(0)').hover(
function(){$('
- 名字:悟空
- 称号:战斗圣佛
- 现居:花果山
function(){$('.imgInf').remove();}
)
//清空
$('#test1')[0].value="";
//发布成功时动画
$('
//插入节点时的动画效果
$('.test:first').hide().slideDown("slow");
//删除按钮的事件
$('.bu:eq(0)').click(function(){
if(confirm('确定删除吗?')){
$(this).parent().parent().hide(1000,function(){
$(this).remove();
});
}
});
}
})
//-->









