Skip to content

Instantly share code, notes, and snippets.

@tfreitas
Created December 17, 2009 03:50
Show Gist options
  • Save tfreitas/258512 to your computer and use it in GitHub Desktop.
Save tfreitas/258512 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>prueba carrusel</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="http://github.com/pure/pure/raw/master/libs/pure.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="PS">
<div><a id="AS" href="/inmuebles/nuevosproyectos/">Ver m&aacute;s </a></div>
<div>
<script type="text/javascript" charset="utf-8">
var json = {"total": 50}
var directive={ "#AS+":"total"}
$('div.PS').render(json,directive);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment