Home > Web Front-end > JS Tutorial > How to make select unavailable in jquery

How to make select unavailable in jquery

coldplay.xixi
Release: 2023-01-04 09:38:58
Original
5018 people have browsed it

How to make select unavailable in jquery: 1. Use the attr method to disable it, the code is [$("#select").attr("disabled","disabled")]; 2. jquery makes select Unavailable, the code is [