Home JS Other Detail
$("ID/CLASS/TAG").EVENT(function() { if (this.paused) { this.play(); } else { this.pause(); } });