diff --git a/jquery.djax.js b/jquery.djax.js index 14676ba..9424e79 100644 --- a/jquery.djax.js +++ b/jquery.djax.js @@ -111,7 +111,7 @@ return true; } - var result = $('"' + response + '"'), + var result = $($.parseHTML(response)), newBlocks = $(result).find(blockSelector); if (add) { @@ -211,4 +211,4 @@ }; -}(jQuery, window)); \ No newline at end of file +}(jQuery, window));