I am developing a website and I have this on the side menu :
Contact Us
then I h
add home.php page url instead of file name.
home.php
$(document).ready(function(){ $("#contact").click(function(){ $("#contents").load('url to home.php'); }); });