do-web / jTinder

jTinder is a javascript library that makes rating people, products, images very easy and fast. It is optimized for mobile touch device but has also a desktop fallback.
GNU General Public License v2.0
235 stars 101 forks source link

allow to recalculate after new elements have been added to dom #10

Open halfdane opened 9 years ago

halfdane commented 9 years ago

I add and remove slides dynamically. Removal is no problem, but to handle new elements properly, the init-method had to be split up.