Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created August 23, 2016 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csessig86/65eb45d8c11af22964a1fc0efd7d6c3e to your computer and use it in GitHub Desktop.
Save csessig86/65eb45d8c11af22964a1fc0efd7d6c3e to your computer and use it in GitHub Desktop.
navigationItem using AJAX
<script>
$(document).ready(function() {
$.get('/section/&template=NavArticles&navProfile=<%Script_Profile_ID%>', function(data) {
$('.profile<%Script_Profile_ID%>').html(data);
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment