Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Please, explain little problem

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #44334
    Kuzyo
    Participant

    I’m try make drop-down menu and have some problem, can someone explain in steps where i made mistakes. I’m only started studying JS :(
    http://jsfiddle.net/9LqsD/

    #132976
    Paulie_D
    Member

    You don’t have to use Javascript for this menu.

    It can all be done with CSS.

    #132977
    Kuzyo
    Participant

    Thanks, I know :) but I want to make it work with JS but it doesn’t work and I don’t know where is problem

    #132997
    CrocoDillon
    Participant

    tutorials.onmouseover = openElement();
    tutorials.onmouseout = closeElement();

    You need to assign the functions, what you’re doing here is execute the functions and assign the result. Remove the `()` ;)

    #132999
    Kuzyo
    Participant

    CrocoDillon, you are helping me in a second time. Thanks

    #133001
    CrocoDillon
    Participant

    Ah you’re from the rock, paper, scissors exercise :) You’re welcome!

    #133002
    Kuzyo
    Participant

    Hey :) I want ask how well I have to know JS for freely use jQuery and understand what I do

    #133003
    devil3682116
    Participant

    its like asking how about i jump in the swim pool without knowing how to move my hands and legs…hehe but the good thing is that there are lifeguard to help you ;)

    #133004
    Kuzyo
    Participant

    it’s great that people try to help each other even when some of them try swim without knowing how )

    #133006
    CrocoDillon
    Participant

    Haha :) You definitely don’t need to be a JS expert to be good at using jQuery. I’m still learning JS (object prototype and inheritance, I just can’t figure it out… properly)

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.