[html]
$(‘#spotList’).find(‘li’).show().not(rocale).hide().not(category).hide();
[/html]
て書いたら動かない
[html]
$(‘#spotList’).find(‘li’).show().not(rocaleToShow+categoryToShow).hide();
[/html]
て書いたら動いた
[html]
$(‘#spotList’).find(‘li’).show().not(rocale).hide().not(category).hide();
[/html]
て書いたら動かない
[html]
$(‘#spotList’).find(‘li’).show().not(rocaleToShow+categoryToShow).hide();
[/html]
て書いたら動いた