hirokonaBlog

ググる→忘れそう→即時メモ 京都のWebデザイナーの備忘録

jquery notでのフィルタは複数使えない?の?

[html]
$(‘#spotList’).find(‘li’).show().not(rocale).hide().not(category).hide();
[/html]

て書いたら動かない

[html]
$(‘#spotList’).find(‘li’).show().not(rocaleToShow+categoryToShow).hide();
[/html]

て書いたら動いた


投稿日

カテゴリー:

投稿者:

タグ: