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.
我正在将 jquery 从 1.10 升级到 3.5,但面临这个警告。同一行代码在脚本的不同地方使用,但它只在一个地方给出错误。
脚本代码: var initializeSettings = $("#" + containerId).data("mysettings-" + containerId);
警告: JQMIGRATE:jQuery( '#' ) 不是有效的选择器。
如何解决此警告?