diff --git a/jquery.json2html.js b/jquery.json2html.js
index 14817d3..690f8ef 100644
--- a/jquery.json2html.js
+++ b/jquery.json2html.js
@@ -33,7 +33,8 @@
options.events = true;
//Make sure to take care of any chaining
- return this.each(function(){
+ var thisLength = this.length
+ for( var i=0; i