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

How to make select unavailable in jquery

coldplay.xixi
coldplay.xixiOriginal
2021-01-06 16:47:005033browse

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 [