关于jquery select标签
我正在使用 struts2 和 jQuery。
以下是我用 JSP 编写的代码:
<s:select o name="mfgDimensions" list="{'Product','Station','Test','AssemblyLine','Operator','Debug Mode'}" multiple="true" headerKey="" headerValue="Manufacturing Dimensions" size="3"/>
我希望当用户选择标头值(即在我的情况下为“制造尺寸”)时,该值将无法选择...
可以使用 jquery 或任何其他方式吗?
谢谢 克里斯
I'm using struts2 and jQuery.
Following is my code written in JSP:
<s:select o name="mfgDimensions" list="{'Product','Station','Test','AssemblyLine','Operator','Debug Mode'}" multiple="true" headerKey="" headerValue="Manufacturing Dimensions" size="3"/>
I want when user will going to select header value (i.e in my case "Manufacturing Dimensions") the value will not be get selectable...
can it be possible with jquery or any other way??
Thanks
kris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)