UNPKG

pjax

Version:

Easily enable fast AJAX navigation on any website (using pushState + XHR)

9 lines (8 loc) 173 B
module.exports = (function() { var counter = 0; return function() { var id = "pjax" + new Date().getTime() + "_" + counter; counter++; return id; }; })();