i have just visit a website,
http://www.softec.org.pk/softec07/main.php
Mostly it uses AJAX, in menus and in loading new page.
Can anyone tell , that which thing is used to do this stuff.
thanks
how to do this
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
It looks like they are using jQuery to do the loading. The Javascript code is here:
http://www.softec.org.pk/softec07/navigation.js
http://www.softec.org.pk/softec07/navigation.js
(#10850)
One thing to note, you might not want to do it exactly like that site, because lots of users (like me for example) who have Firefox's NoScript extension installed go to the site and see a blank page.
Use AJAX to rewrite the page with fancy stuff. Don't use it to load basic content. Unless you don't have a choice or you just don't care.
Use AJAX to rewrite the page with fancy stuff. Don't use it to load basic content. Unless you don't have a choice or you just don't care.