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

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers