A.append()-在被選元素內部的結尾插入指定內容 B.prepend()-在被選元素內部的開頭插入指定內容 C.after()-在被選元素之后插入內容 D.before()-在被選元素之前插入內容
A.$("#book").fadeOUT() B.$("#box").fadeOut().fadeIn() C.$(#box).fadeOut().fadeIn() D.$("#box").fadeOut().fadeInOUT()
A.dimx B.intx C.x D.varx