A.$("div"):attr("name") B.$("div").attr("name"="va") C.$("div").attr("name":"va") D.$("div").attr("name")
A.$("img").getAttribute("src") B.$("img").attr("src") C.$("img").attr("src","") D.$("img").getAttr("src")
A.html() B.after() C.append() D.insertBefore()