|
@@ -277,6 +277,7 @@ $(function () {
|
|
$(".selc-list li").click(function (e) {
|
|
$(".selc-list li").click(function (e) {
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
codeVal = $(this).attr('data-val')
|
|
codeVal = $(this).attr('data-val')
|
|
|
|
+ codeType = '1'
|
|
$(".searchStr").val('')
|
|
$(".searchStr").val('')
|
|
$(this).addClass('active').siblings().removeClass('active');
|
|
$(this).addClass('active').siblings().removeClass('active');
|
|
$(".knowledge li").eq(0).addClass('tabFst').siblings().removeClass('tabFst')
|
|
$(".knowledge li").eq(0).addClass('tabFst').siblings().removeClass('tabFst')
|