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 淡出 div
你意识到 jQuery 有一个带有文档的网站,对吧?
如果您查看该文档,您会发现答案。
$("#theIDofYourDivTag").fadeOut("slow");
$('#myDiv').fadeOut("slow");