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 在所有客户端浏览器中进行更改。
例子:
$(#event).change(function(){ $('.selector').html(value); });
我可以在每个客户端浏览器和每个选项卡中自动应用此操作(在事件发生时立即显示)吗?
类似于 Facebook 评论?