Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 335 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 335 Bytes

quiz-timer

Quiz Timer

##Commit Log

initial commit - created on 28-11-2015

##DEMO

See the demo here.

##Usage

<div id='quiz_timer' class="quiz_timer" width="300px" height="300px" >
</div>`
```

```
jQuery(document).ready(function() { 
  $('#quiz_timer').quiztimer();
});
```