Created
August 13, 2012 16:20
-
-
Save epost/3342301 to your computer and use it in GitHub Desktop.
Liftweb AJAX includes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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