jQuery Plugin Error with .wrap() and .wrapAll()
问题 Note: I've solved major issues with this question however I still do not have working code, since what I am doing now is a completely different issue I will open a new question solve it there and then post the answer to this question. I'll also add the link to the question. You can see my current progress here: http://jsbin.com/upatus/2/edit I'm writing two basic jQuery plugins, $.fn.query and $.fn.build , that sort an array, and create html code to insert into a document, respectively. I'm