var a = $('#selector').html();
var b = $('#selector').html(a);
not sure I understood you properly but I think thats what you meant 🙂
var a = $('#selector').html();
var b = $('#selector').html(a);
not sure I understood you properly but I think thats what you meant 🙂