Created
April 4, 2015 12:00
-
-
Save turibbio/286b831925b1e91aba0c to your computer and use it in GitHub Desktop.
Ajax CDN
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
<script type=”text/javascript”> | |
function pageLoad(){ | |
var myPic = [ | |
{url: ‘pic/lellone1.jpg’, description: “lellone”}, | |
{url: ‘pic/lellone2.jpg’, description: “lellone”} | |
]; | |
$create( | |
Sys.UI.DataView, | |
{data:myPic}, | |
null, | |
null, | |
$get(‘photos’) | |
); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment