Skip to content

Instantly share code, notes, and snippets.

@siteslave
Last active December 29, 2015 14:58
Show Gist options
  • Save siteslave/7687103 to your computer and use it in GitHub Desktop.
Save siteslave/7687103 to your computer and use it in GitHub Desktop.
var options = {
//.
//.
//.
onPageClicked: function(e, originalEvent, type, page){
load_data(page);
}
}
var load_data = function(paage) {
URL = 'http://localhost/opvisit/report/person_post.php?' + page;
var data = "pcucode=" + pcucode;
ajaxLoad('post', URL, data, 'msg');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment