//content-menu $(".content-menu ul li").click(function() { var text=$(this).text();
switch (text) { case "刷新": document.location.reload(); break; case "退出登入": if(confirm("是否要登出登入? ")){
} break; default: break; }
$(".content-menu").hide(); }); }); //排列圖示部分 function arrange(){ var ul=$(".icons"); var working=$( ".working"); //位置座標 var position={x:0,y:0,bottom:110,width:50,height:50,parent:{height:0,width:0 },padding:{top:10,left:10,right:0,bottom:10}};