treehouse : what would you like to learn today?
Web Design Web Development iOS Development

JS-Based Website

  • I want to create/design a website like this:

    http://static.livedemo00.template-help.com/wt_40150/

    How is it done? It is just a slider? Is there a jquery library for it?
    I don't know, please help me. Thanks :)
  • Well if you look at the source code you can see that it's HTML and CSS with some fancy jquery scripting.

    We also have these included in the script file.
    include('js/jquery.animate-colors-min.js');
    include("js/jquery.easing.js");
    include("js/jquery.fancybox-1.3.4.pack.js");
    include("js/superfish.js");
    include("js/switcher.js");
    include("js/MathUtils.js");
    include('js/googleMap.js');



    Though to be honest, the markup is kind of crazy (read: ugly)
  • @theacefes yeah you're right! The markup is really ugly :( Hard to understand.
    i looked at the source code and i saw that and still i don't understand there are so many js file i don't what js file run when switching the page. I love that effect. :(