I am using jQuery. My main page is index.php. on load of this page. How do i load another page internally. say a small block in the page ?
I am using jQuery . My main page is index.php . on load of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can use the load command. For a simple page like this:
you could fill the Div with id = content like this:
EDIT: changed from get() to load()
the syntax for the get command would be: