This commit is contained in:
@fawn-nine
2023-07-03 15:39:10 +08:00
parent 40a469f8fd
commit 37150dbd79
10 changed files with 30 additions and 11 deletions

View File

@@ -1085,13 +1085,14 @@ function bf_list() {
$('#com_index').selectivity({
allowClear: true,
items: new_arry,
placeholder: 'Please choose topics'
placeholder: 'Please select a topic'
})
$('.es_serch_btn').click(function () {
$('.es_serch_span').css('display', 'none')
if ($('#com_index').selectivity('val') == null) {
$('.es_serch_span').css('display', 'block')
$('.es_serch_span').text('Please select a topic')
ShowDanger("Request was aborted");
} else {
window.open("atr_wisdom.html?&wis_dom=" + $('#com_index').selectivity('val'));