UNPKG
fd-gulp-convert-encoding
Version:
latest (0.0.1)
0.0.1
convert file to assigned charset
fd-gulp-convert-encoding
/
test
/
source
/
qingguo
/
js
/
module
/
sn
/
spuSN.js
9 lines
(7 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
jQuery
(
function
(
$
){ $(
'.selectWrap li'
).
on
(
'mouseenter'
,
function
(
){ $(
this
).
addClass
(
'qg-cate-current'
); }).
on
(
'mouseleave'
,
function
(
){ $(
this
).
removeClass
(
'qg-cate-current'
); }) })