namespace + tag name selection

namespace + tag name selection


If I do this :
$("head").prepend("<dbj:root xmlns=dbj:'dbj.org.schema' ></
dbj:root>")
how do I then select dbj:root by tag name ?
A: $("dbj:root")
B: $("dbj\:root")
C: $("root")
Any idea anyone ?