How to upload file content from other file using jQuery load() function without refreshing page?
You can do it using only AJAX or shortcut from jQuery.
Downlod jQuery file from here and put in index.html file within<head> </head> or paste path to jQuery file in internet.
When you click "Get cars" link it calls function load().
1. File index.html - our main file
Get cars2. File cars.html - from this file content will be loaded.Place to load data from other file...
- Opel
- Ford
- BMW
- Mercedes
No comments:
Post a Comment