php - Page redirection without refresing -


i want redirection without refreshing whole parent page. there way through can perform this. need functionality site below

https://github.com/jquery/jquery

like in above site listing of files there under jquery. when click on of file redirect file without page refresh.

any appreciated. thanks.

without knowing exact requirements, cant give proper answer in general, jquery best bet.

use jquery.ajax (doc here http://api.jquery.com/jquery.ajax/)

this method allows query data asynchronously without page refresh , want result.

if give exact description of requirements, point tutorial.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -