0

How do i use Javascript to load content on the same page without reloading the entire page,

2 Answers 2

1

what you are looking for is called AJAX - and there are lots of tutorials out there.

Sign up to request clarification or add additional context in comments.

Comments

1

The easiest way is to use the jQuery append method: http://api.jquery.com/append/ or the jQuery text method: http://api.jquery.com/text/

1 Comment

Assuming you are not grabbing that content from another location, in which case you would want to use AJAX as oezi mentions.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.