mqchen / jquery.diamonds.js

Diamond layout.
http://mqchen.github.io/jquery.diamonds.js/
MIT License
128 stars 69 forks source link

How can I leave content inside ".item" class? #3

Closed no1lov3sme closed 10 years ago

no1lov3sme commented 10 years ago

I need to leave content inside ".item" element as it is, why is it removed?

no1lov3sme commented 10 years ago

Fixed by changing line 171 in js file:

$("> *", element).detach();