Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created July 3, 2014 20:57
Show Gist options
  • Save rdallaire/1f0cca673f427cdef32a to your computer and use it in GitHub Desktop.
Save rdallaire/1f0cca673f427cdef32a to your computer and use it in GitHub Desktop.
$(document).crystalcore('ajaxify', {
url : 'http://example.com',
type : 'GET',
elem : '.inject-here',
replace : true,
effect : 'fade'
})
<div class="inject-here" data-ajaxify="#header"><!-- #header appends here --></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment