Results 1 to 2 of 2

Thread: Learning Javascript

  1. #1
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Learning Javascript

    Hello,

    I'm trying to learn Javascript and have gone through the entire Javascript tutorial on W3Schools but somehow I found the site inadequate.

    I couldn't understand much of the coding when I was looking at the OmniSlide menu code on DD. To give you an instance, in the following snippet :

    Code:
    function truebody(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
    }
    I didn't know what compatMode was all about and also couldn't figure out what the function actually did.


    So could someone suggest a good Javascript book or tutorial or any other source where I could get even the minute details of advanced Javascript coding ?

  2. #2
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default woow

    Really ?
    No one has a good suggestion ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •