Home
last modified time | relevance | path

Searched refs:eventNamespace (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js73 this.eventNamespace = ".CirclePlayer"; // So the events can easily be removed in destroy.
91 this.player.bind($.jPlayer.event.ready + this.eventNamespace, function(event) {
99 this.player.bind($.jPlayer.event.play + this.eventNamespace, function(event) {
104 this.player.bind($.jPlayer.event.timeupdate + this.eventNamespace, function(event) {
111 this.player.bind($.jPlayer.event.progress + this.eventNamespace, function(event) {
131 this.player.bind($.jPlayer.event.ended + this.eventNamespace, function(event) {
240 this.player.unbind(this.eventNamespace);
/plugin/popupviewer/
H A Dscript.js562 var eventNamespace = 'waitForImages'; variable
675 … $(image).on('load.' + eventNamespace + ' error.' + eventNamespace, function (event) {
/plugin/scrape/
H A DphpQuery-onefile.php