Advertisement
zucxk

No Reload Page

Apr 27th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.23 KB | None | 0 0
  1. $("a").click(function(a){a.preventDefault();a=$(this).attr("href");a.match(location.origin)||"/"==a?(history.pushState("","",a),$.get(a,function(a){$("body").html(a);[].map.constructor("console.clear();")()})):window.location.href=a});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement