Skip to content

Instantly share code, notes, and snippets.

@UberNick
Created October 21, 2013 11:12
Show Gist options
  • Save UberNick/7082175 to your computer and use it in GitHub Desktop.
Save UberNick/7082175 to your computer and use it in GitHub Desktop.
<%@include file="/libs/foundation/global.jsp"%>
<%@page session="false" %>
<script type="text/javascript">
(function(){
$.get("<%= componentContext.getResource().getPath() + ".ajax.html" %>", function(data){
$(".bestsellerloader").append(data);
});
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment