Is there has click a link that url would not be change with get variable.? also, is possible url.index.php#any that able to pass variable? my url can't change but still like to pass variable. thanks
A hash tag is never sent to the server, so you won't be able to read it. What you need is AJAX. You can read window.location.hash, and post that to the server, then update the page without reloading.