Actually i want to refresh my content of a page without Refreshing the whole page through JavaScript or j Query ....... and i did my whole project into ( Php or javaScript) so i
You can load the data from the server and and place the returned HTML into the matched element.
$("#content").load( "ajax/test.html" );