This file contains 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
/** | |
Minimal CSS Reset | |
reset margins, paddings and line-heights of every element needed | |
if you need paddings into li, dl, dd elements, just remove them | |
from the selector below | |
Felquis Gimenes | |
MIT Licence | |
https://gist.github.com/felquis/1278d5f62dcc5f606bbb |
This file contains 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" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<script type="text/javascript"> | |
//inicio o jquery | |
$(document).ready(function(){ | |
$.ajax({ | |
url: "http://gdata.youtube.com/feeds/base/users/videosimprovaveis/uploads?orderby=updated&v=2&alt=json", | |
dataType: "jsonp", | |
success: function(data){ | |
console.log('SUCESSO'); | |
console.log(data); |