i've seen this, most places on Jquery existing codes.
What is the exact meaning of this..? How it's working..?
Sample Jquery Code
var t=$("<div/>");
t.text("Dynamic Programming");
$("body").append(t);
the above code, working fine..
awaiting responses, thanks in advance !