- 相關(guān)推薦
關(guān)于jQuery實(shí)現(xiàn)高亮顯示的方法介紹
本文實(shí)例講述了jQuery實(shí)現(xiàn)高亮顯示的方法。分享給大家供大家參考。具體如下:
主要功能代碼如下:
var v = window.location.pathname; $(".hd ul li a").each(function (i) { var vherf = $(this).attr("href"); if (v == vherf) { $(".hd ul li").eq(i).addClass("on") } else { $(".hd ul li").eq(i).removeClass("on") }})
使用時(shí)設(shè)置on的css高亮部分樣式即可。
希望本文所述對(duì)大家的jQuery程序設(shè)計(jì)有所幫助。
【jQuery實(shí)現(xiàn)高亮顯示的方法介紹】相關(guān)文章:
關(guān)于jquery簡(jiǎn)單圖片切換顯示效果實(shí)現(xiàn)方法介紹03-29
jQuery(js)如何獲取文字寬度(顯示長(zhǎng)度)03-29
jQuery中prev()方法用法03-30
asp.net+jquery Jsonp使用方法介紹03-29
用SQL實(shí)現(xiàn)查詢數(shù)據(jù)不顯示錯(cuò)誤數(shù)據(jù)的方法03-29
在Word2010 如何設(shè)置搜索結(jié)果以黃色高亮背景顯示04-04