judson75
Results
2
comments of
judson75
I found that if you initiate the script after content is loaded (via ajax), with a 200 millisecond timeout it works. setTimeout(function () { Marquee3k.init(); },200);
I do have the cordova.js called (in the footer). But my call is on a button click event, so not sure how to initiate on devive.ready, and open during trigger...