Page 1 of 1

how to do this

Posted: Wed Apr 11, 2007 1:01 am
by eshban
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

Posted: Wed Apr 11, 2007 1:08 am
by Christopher
It looks like they are using jQuery to do the loading. The Javascript code is here:

http://www.softec.org.pk/softec07/navigation.js

Posted: Wed Apr 11, 2007 2:44 am
by onion2k
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.