Commit 520992c9 by Lee Munkyeong

コードレビュー対応。

parent 7f83361b
$(function () {
// メンバー検索
$('#contact .search_form input[type="search"]').keyup(function(e){
$('#contact .search_form input[type="search"]').keyup(function(e) {
var groupList;
var keyword = $('#contact .search_form input[type="search"]').val();
if (e.key == "Enter" || e.KeyCode == 13) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment