Christian Riedel

Results 4 issues of Christian Riedel

If you bind a combo like ctrl+enter on OS X, hold down the commend key and any other button (enter for example) you are able to “freeze” that button jKey's...

An event 'rotate' should be triggered each time the image's src attribute is changed. Example: $('#images img').on('rotate', {}, function (event, index) { console.log('showing index ' + index); });

Is there a way to bind a callback-listener to be notified when another image of the slideshow is shown? $('#three60').on('rotate', {}, callback);