Oleg Oskolsky
Results
2
comments of
Oleg Oskolsky
``` var timer = setInterval(function () { if ($('.touchslider').length) { $('.touchslider').touchSlider({}); clearInterval(timer); return false; } }, 1); ``` :D
Signed (Telegram bot developer).