摘要: 代码: function addFavorite(el){ var url = window.location.href, title = $('head').find('title').html(); try{//IE window.external.AddFavorite(url, title); }catch(e){ //Firefox try{ window.sidebar.addPanel(title,url,''); }catch(e){ if(window.... 阅读全文
posted @ 2013-07-20 11:35 jinphen 阅读(274) 评论(0) 推荐(0)