你好,就用你给的“date=11”这个网址来举例,我写了下面的代码,直接就可以获取date参数的值:
var d = location.search.substr(location.search.indexOf('date=')).replace("date=","")如果需要解释,请追问。很高兴为你解答。
$(span).live("click",function(){saveEssay('hiuNNDiqLP',null,this)
})
可以这样绑定,想换绑定的话先解除绑定在重新绑定
$(span).unbind("click").bind("click",function(){
saveEssay('hiuNNDiqLP',"",this)
})