I am trying to remove everything after the \"?\" in the browser url on document ready.
Here is what I am trying:
jQuery(document).ready(function($)
In jquery use <
window.location.href = window.location.href.split("?")[0]