Would be awesome to have the option to add Clousre for manipulating the data before replaceing it completely. ```javascript htmlreplace({'replace': 'test'}, function(data) { // data.manipulate(); }) ```