Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>  <audio id="hello" autoplay="true" controls="controls"></audio>
  <script type="text/javascript">
    var audio = document.getElementById('hello');
    audio.src = 'http://dict.youdao.com/dictvoice?audio=hello&type=1';
    setTimeout(function(){
        $('#hello').attr('src', 'http://dict.youdao.com/dictvoice?audio=world&type=1');
    }, 3000);
  </script>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers