Skip to content

Instantly share code, notes, and snippets.

@epost
Created August 13, 2012 16:20
Show Gist options
  • Save epost/3342301 to your computer and use it in GitHub Desktop.
Save epost/3342301 to your computer and use it in GitHub Desktop.
Liftweb AJAX includes
<html>
<head>
<script type="text/javascript" src="/ajax_request/liftAjax.js"></script>
</head>
<body>
<!-- ... -->
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(function() {liftAjax.lift_successRegisterGC();});
var lift_page = "F567063162840KOM5EJ";
// ]]>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment