I tried:
but it didn
pls use .html() to add html content dynamically
eg:
$(.dv).click(function(){ $(".dy").html("abcd"); });
try it and hope it will work for you