Hongmu Notes
Home Program Notes Empire cms limits the input multi-selection in the specified box in the form to single selection
Program Notes Empire cms

Empire cms limits the input multi-selection in the specified box in the form to single selection

Empire cms limits the input multi-selection in the specified box in the form to single selection

In Empire CMS, when performing a search, the form name can only be set to "keyboard"; therefore, when conducting a multi-condition search with multiple search fields, the single-select field may encounter issues. As a result, alternative approaches must be adopted to handle this situation.

HTML code:

<label class="area-box-listhover">  
  <input class="inputcheckbox" type="checkbox" name="address[]" value="上海">  
  <span class="area-box-name">上海</span>  
</label>  
<label class="area-box-listhover">  
  <input class="inputcheckbox" type="checkbox" name="address[]" value="山东">  
  <span class="area-box-name">山东</span>  
</label>  
<label class="area-box-listhover">  
  <input class="inputcheckbox" type="checkbox" name="address[]" value="四川">  
  <span class="area-box-name">四川</span>  
</label>

jQuery code:

$(document).ready(function() {  
  // 获取所有需要控制的盒子  
  var boxes = $('#box3');  
  // 遍历每个盒子  
  boxes.each(function() {  
    // 获取盒子内的 checkbox input  
    var checkboxes = $(this).find('input[type="checkbox"]');  
    // 绑定 checkbox 的 change 事件  
    checkboxes.change(function() {  
      // 取消其他盒子的选中状态  
      boxes.not(this).find('input[type="checkbox"]').prop('checked', false);  
      // 取消本盒子的其他选中状态  
      $(this).prop('checked', true);  
    });  
  });  
});

This allows you to restrict the multiple-selection input field within a specified container to a single-selection mode, thereby achieving better search performance.

微信赞赏

WeChat

支付宝赞赏

Alipay

✍️ Author: Hong Mu

webmaster · Thanks for reading, stay tuned for more exciting content

Author homepage View home page →

Related articles

Empire CMS database statement & SQL statement format

Empire CMS database statement & SQL statement format Program Notes Empire cms

Introduction to Imperial CMS extended SQL program writing, basic examples of Imperial CMS database statements & SQL statement formats: Note: The following examples are based on placing PHP files in the system root directory. Example 1: Connect to MYSQL program. (a.php)<?php require('e/class/connect.php'); //Introduce database configuration files and public function files requ…
👁 351
Empire CMS obtains the system COOKIE variable function getcvar()

Empire CMS obtains the system COOKIE variable function getcvar() Program Notes Empire cms

Get the system COOKIE variable function syntax: getcvar($var,$ecms) Description: $var: is the variable name $ecms: 0 is to set the foreground COOKIE variable, 1 is to set the background COOKIE variable. This parameter can be omitted and defaults to 0. Usage example: getcvar('mlusername'), get the user name of the front-end login member getcvar('loginu...
👁 295
Empire CMS smart label call field collection

Empire CMS smart label call field collection Program Notes Empire cms

Collect and classify all fields that support smart tag calls into Empire CMS smart tags: [e:loop={column ID/topic ID, number of items displayed, operation type, only display pictures with titles, additional SQL conditions, display sorting}] Template code content [/e:loop] Calling time: <?=date('m-d',$bqr[newstime])?> <?=dat…
👁 3749

Recommended reading

(Adaptive Mobile Version) Responsive Cable Switching Power Equipment Website Template – Download (1013)

(Adaptive Mobile Version) Responsive Cable Switching Power Equipment Website Template – Download (1013) Practical Collection pbootcms Template

A responsive PbootCMS website template for cable switch power equipment, compatible with both PC and WAP devices. Featuring a professional, tech-oriented design ideal for showcasing products such as cables, switches, and power equipment. This template helps power equipment manufacturers showcase their products online and attract customers from the power and construction industries. Template Display | Installation Instructions | Website Backend: /admin.php | Username: admin | Password: admin | Extraction Password: www.4s5.c...
👁 49
Acupuncture

Acupuncture Hobbies Memo notes

I really vomited. I took notes for a long time and forgot to save them. I had a headache. It was @#¥%... Shao Shan Huo (Qi Intake Method): If you want to treat long-term paralysis, persistent numbness and cold numbness, traveling pain all over the body, leprosy, wind, cold and malaria, all cold symptoms, first use shallow needle insertion...
👁 225
Online Shopping General Merchandise Supermarket E-commerce Platform System Template – 28375 0557

Online Shopping General Merchandise Supermarket E-commerce Platform System Template – 28375 0557 Practical Collection Yiyou template

This EyouCMS e-commerce system template is ideal for online shopping platforms and general merchandise supermarkets. Its versatile design caters to various e-commerce needs, enabling effective display of general merchandise products, supermarket categories, promotional campaigns, and online shopping experiences. It helps traditional retailers establish robust online general merchandise e-commerce platforms. Template Overview | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS | EyouCMS (Ey...
👁 26
(Adaptive Mobile Version) Responsive Marketing-Driven Sports and Fitness Equipment PBootCMS Website Template – Blue Fitness Equipment Website Source Code Download – 0312

(Adaptive Mobile Version) Responsive Marketing-Driven Sports and Fitness Equipment PBootCMS Website Template – Blue Fitness Equipment Website Source Code Download – 0312 Practical Collection pbootcms Template

This PbootCMS website template is designed for adaptive, responsive, marketing-oriented sports and fitness equipment websites, featuring a blue color scheme. Its professional and dynamic design is ideal for showcasing fitness equipment products, workout plans, and brand strength. It helps fitness equipment manufacturers showcase their products online and attract both gym users and home users. Template Display | Installation Instructions | Website Backend: /admin.php | Username: admin | Password: admin | Extraction Password: ww...
👁 58
(Adaptive Mobile Version) Wide-Screen Responsive Steel Sheet and Steel Structure Website Template – 1014

(Adaptive Mobile Version) Wide-Screen Responsive Steel Sheet and Steel Structure Website Template – 1014 Practical Collection pbootcms Template

A wide-screen responsive steel sheet and steel structure website template compatible with both PC and WAP devices. The professional industrial design is ideal for showcasing steel products, sheet metal products, and steel structure project cases. It helps steel trading companies or steel structure enterprises demonstrate their capabilities online and attract construction and industrial clients. Template Display | Installation Instructions | Website Backend: /admin.php | Username: admin | Password: admin | Extraction Password: www....
👁 40
Air entrainment

Air entrainment Hobbies Memo notes

1. Qinglong Tail Swinging: Tonifying technique, needle tail, shaking left and right, 9 times back and forth, targeting lumps and hard lumps, directly reaching the organs. 2. White Tiger Shaking Head: Diarrhea technique, retreating from square to round, where there are many muscles, original acupoint or main acupoint. 3. Canggui Acupoint: Tonifying technique, one retreat and three advance, when entering, divide it into three times, and retreat once. 4. Red Phoenix welcomes the source: The technique of purging, shaking the needle handle while retreating from the square and entering the circle, also called Red Phoenix shaking its head. 5. Battle between dragon and tiger: three parts (heaven, man and earth), each...
👁 230