A.$(selector).action()B.¥(selector).action()C.$().action()D.$(selector)
A.$("#txtContent").attr("value")B.$(".txt").attr("value")C.$(".txt").val()D.$("#txtContent").text()
A.removeB.emptyC.detachD.before