摘要:
-Jquery+$.cookie()实现跨越页面tabs导航 ---------tabs.js----------------- $(function(){ //init seleted tab var on= $.cookie('current_tab'); if(on!="" && !isNaN(on)) { $(".nav li").eq(on).addClass("on").siblings().removeClass(); } //default tab else { $.cookie( 阅读全文
posted @ 2011-03-03 09:12
Marksion
阅读(692)
评论(0)
推荐(0)

浙公网安备 33010602011771号