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.
我有一个 html 表单,我在其中ajax.post()为每个插入的字母运行一个 jQuery。
ajax.post()
为了避免让服务器做很多不必要的工作,我考虑过“锁定”html 表单,只允许将数据粘贴到<textarea>?
<textarea>
这可能吗?
I have an <object> with an id of 'objectID'.
<object>
id
I can modify its position with .css:
.css
$('#objectID').css({'top': "+=200px"});
But wh