Hey guys I want to load a external link inside an element but nothing happens here is the code I used...
$(window).ready(function() {
$('#contador').load('http://counter2.freecounterstat.com/private/counter.js?c=36c0ded599f90fd9584581d3e2b02682');
});
and the html code ...
<div id='contador'></div>
Thanks!