$(function(){ $(".index_nav li a").click(function(event){ //绑定按钮的单击事件 var index = this.title; //取得点击按钮的title属性,这里就是按钮的数字 // alert(index); var id = "#" + "index_" + index; // 取得需要跳转到的div 的 id // alert(id); $("html,body&qu
var timer; $("li").on("mouseover",function(){ clearTimeout(timer); timer=null; $(this).addClass("active"); $(this).siblings().removeClass("active"); var $index=$(this).index(); /*$(".wrapper").animate({top
下面自从Honeycomb发布后,下面栈跟踪信息和异常信息已经困扰了StackOverFlow很久了. java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1341) at android.support.v4.a