OSDN Git Service

JavaScript change
authoryamat0jp <yamat0jp@yahoo.co.jp>
Mon, 12 Dec 2016 11:05:32 +0000 (20:05 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Mon, 12 Dec 2016 11:05:32 +0000 (20:05 +0900)
pybbs/title.htm
static/js/main.js

index fa29ea4..55d1ec0 100644 (file)
@@ -19,7 +19,7 @@
        <a href=/{{x['name']}}>{{x['name']}}</a>
        {% end %}
        ↓
-       <div><span class=g1>タイトル:</span>{{x['title']}}<span class=g1>,記事数:</span>{{x['count']}}<span class=g1>,更新時刻:</span>{{x['date']}}</div>
+       <div>タイトル:{{x['title']}},記事数:{{x['count']}},更新時刻:{{x['date']}}</div>
        <p>
 {% end %}
 <p><a href=/>もどる</a>
index e44ef7f..7903644 100644 (file)
@@ -14,5 +14,8 @@ $(function(){
        })
        .on('mouseout',function(){
                $(this).css(narg);
+       })
+       .on('mousemove',function(){
+               $(this).css(narg);
        });
 });
\ No newline at end of file