| Current Path : /home/copmadinaarea/www/wp-content__80fcb17/plugins/wps-visitor-counter/styles/js/ |
| Current File : /home/copmadinaarea/www/wp-content__80fcb17/plugins/wps-visitor-counter/styles/js/custom.js |
(function( $ ) {
$(window).bind("load", function() {
$.ajax({
type: 'POST',
url: wpspagevisit.ajaxurl,
async : false,
data: {
action : 'wps_count_page_visit',
nonce : wpspagevisit.ajax_nonce,
},
success: function( data ) {
}
});
});
})( jQuery );