This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// you can pass in a different jsonUrl as needed: | |
// doSomeAjax({jsonUrl:'/path/to/some/other/json'}); | |
function doSomeAjax(opts){ | |
var defaults = { | |
jsonUrl : "/path/to/json" | |
}; | |
var options = $.extend( {}, defaults, opts ); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- using older jquery because $.browser is removed in 1.9 --> | |
<div class="container"> | |
<div class="videoCtn" data-media-id="2210514101" > | |
<img src="http://www.wttw.com/video/images/graves_SW1V.jpg"> | |
</div> | |
<div class="videoCtn" data-media-id="2210737419" > | |
<img src="http://pbs.merlin.cdn.prod.s3.amazonaws.com/Video%20Asset/WTTW/geoffrey-baer-tours/46865/images/363627_iPad-Large_20120919065200.jpg.resize.768x432.jpg"> | |
</div> | |
</div> |
NewerOlder