Skip to content

Instantly share code, notes, and snippets.

View justinoboyle's full-sized avatar
Probably drinking coffee.

Justin O'Boyle justinoboyle

Probably drinking coffee.
View GitHub Profile
@justinoboyle
justinoboyle / character-index.html
Last active December 20, 2016 22:27 — forked from Luc-Gibson/character-index.html
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);