OSDN Git Service

query add
authoryamat0jp <yamat0jp@yahoo.co.jp>
Sat, 10 Dec 2016 08:38:27 +0000 (17:38 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Sat, 10 Dec 2016 08:38:27 +0000 (17:38 +0900)
pybbs/title.htm

index 82cb238..781e9ef 100644 (file)
@@ -27,6 +27,9 @@
        $(function(){
                $('#{{x['name']}}').on('click',function(){
                        $(this).css(arg);
+               })
+               .on('mouseout',function(){
+                       $(this).css('font-size','1em');
                });
        });
        </script></article>