Skip to content

Instantly share code, notes, and snippets.

@Luc-Gibson
Luc-Gibson / character-index.html
Created December 20, 2016 20:46
Can anyone help me get the rewind and fast forward buttons on this simple jaa audio player to work? It would be great if they could skip 15 seconds backward & forward.
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<style>
.container {
padding: 20px;
padding-bottom: 15;
max-width: 200px;
background-image: url(http://pixelcolony.co.uk/host/audio-widget/bg.png);