Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下拉列表中可以填充的项目数量是否有限制?我正在将大约 500 个项目动态加载到我的 jQuery UI 下拉列表中,它似乎已加载,但如果尝试选择下拉列表以选择不同的项目,它会锁定我们说此页面上的脚本导致 Web 浏览器运行缓慢。
看看这些资源:
…和
请记住,如果出现此类错误,是时候重新考虑如何设计项目的策略了。这不是过早的优化,因为它是应用程序功能的基础。
祝你好运。