|
@@ -122,6 +122,7 @@ $(function(){
|
|
$(this).parent().siblings().show().parent().siblings().children('.modify').hide().siblings('.one').show()
|
|
$(this).parent().siblings().show().parent().siblings().children('.modify').hide().siblings('.one').show()
|
|
$(oSpan).val('').focus().val(val);
|
|
$(oSpan).val('').focus().val(val);
|
|
$(".addKeyWord").hide();
|
|
$(".addKeyWord").hide();
|
|
|
|
+ hasWords()
|
|
})
|
|
})
|
|
|
|
|
|
// 编辑 删除
|
|
// 编辑 删除
|
|
@@ -178,7 +179,8 @@ $(function(){
|
|
$(this).parent().siblings().find('.key').text(keyWord)
|
|
$(this).parent().siblings().find('.key').text(keyWord)
|
|
$(this).parent().hide().siblings().show()
|
|
$(this).parent().hide().siblings().show()
|
|
}
|
|
}
|
|
- $(".addKeyWord").show();
|
|
|
|
|
|
+ // $(".addKeyWord").show();
|
|
|
|
+ hasWords()
|
|
})
|
|
})
|
|
|
|
|
|
//去空格方法
|
|
//去空格方法
|