摘要: BLOGURL=location.href;$(document).ready(function() {$(".select").mouseover(function() {$(this).find("ul").show();}).mouseout(function() {$(this).find("ul").hide();});$(".select li").click(function() {$(this).parent().hide();});$("#help_index ul li"). 阅读全文
posted @ 2014-01-20 10:14 logep 阅读(195) 评论(0) 推荐(0) 编辑
摘要: function login(type){var url = "http://runjs.cn/action/openid/before_login?op=" + type;openwindow(url, 'loginPage', 800, 600);}function logout(uid){jQuery.post("/action/ajax/logout",'uid='+uid, function(msg) {location.href="/";});}function openwindow(url 阅读全文
posted @ 2014-01-20 10:09 logep 阅读(895) 评论(0) 推荐(0) 编辑