I want to append div inside mytext div but it is updating text outside of the div
$(function(){ var jj= $(''); body.append(jj.append('min')); });