@@ -78,6 +78,7 @@ $(function () {
e.stopPropagation()
codeVal = $(this).attr('data-val')
codeType = 1
+ searchType = 0
$(".searchStr").val('')
$(this).addClass('active').siblings().removeClass('active');
$(".seleName").html($(this).text())
@@ -278,6 +278,7 @@ $(function () {
$(".knowledge li").eq(0).addClass('tabFst').siblings().removeClass('tabFst')