CSS jquery

JQueryにてCSS の active 擬似クラスを操作するる方法

$('.test').removeClass('active');
$('.test').addClass('active');

以上のような形でCSSを切り替えてアクティブなものを見せていきます。

activeについての参考記事:

CSS の :active 擬似クラスを使って JavaScript を使わずにクリックに反応させよう

http://phiary.me/css-pseudo-class-active/


Warning: Undefined variable $postID in /home/foodheart/flashbuilder-job.com/public_html/wp-content/themes/stingerplus/single.php on line 87

-CSS, jquery