Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<p>&lt;!DOCTYPE html&gt;</p>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
    jQuery(document).ready(function($) {
        $(&#39;.airsrc&#39;).each(function() {
            var $this = $(this);
            var src = $this.attr(&#39;ca&#39;);
            $this.attr(&#39;src&#39;, src);
            display(&quot;Resulting <code>src</code>: &quot; + $this.attr(&quot;src&quot;)+&quot;==&quot;);
            $this.attr(&#39;data&#39;, &#39;dddd&#39;);
            $this.data(&#39;data-hm&#39;,&quot;sjfgbn&quot;);
    });
    function display(msg) 
    {
      $(&quot;<p>&quot;).html(msg).appendTo(document.body);
    }
});
</script>
<meta charset=utf-8 />
<title>Test Page</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  body {q/
    font-family: sans-serif;
  }
  p {
    margin: 0px;
  }
</style>
</head>
<body>
  <div class="airsrc" data-asasasasasas="foo" ca="wahoo">Foo</div>
  <div class="airsrc" data-websrc="bar" ca="nicrosoft">Bar</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers