我在Opera中遇到错误,window.location.reload()
没有解决任何问题?
修改
$(".twitter").live("click",function(){
$.oauthpopup({
path: 'twitter.php',
callback: function(){
alert("successfully Tweetted");
window.location.reload();
}
});
});