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

How to make select unavailable in jquery

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

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 [