Forums

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

Home Forums JavaScript Javascript Learning Question.

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45779
    Attila Hajzer
    Participant

    Should you really have a background in Javascript before learning jQuery? is it really necessary? and if so how necessary?

    #140027
    ScottMarshall
    Participant

    Yes I believe you should, the basics of JavaScript will go a long way into Jquery for example in javascript a click function could be

    document.getElementById(“#Your Element”).onclick = YourFunctionName

    Whereas in Jquery it is very transferable an example would be –
    $(“#YourElement”).click(function(){
    });

    #140028
    ScottMarshall
    Participant

    Although it is not necessary it helps and will give you a better understanding before going into Jquery.

    #140030
    ScottMarshall
    Participant

    Welcome to the club im in the learning process, I know JavaScript quite well but am just starting in JQuery dont give up If I can do it Im sure you can.

    #140032
    ScottMarshall
    Participant

    Right on so am I im done my first year going on to the second, And I wouldn’t worry that’s what the first year is for to teach you the basics, I came into my program with no knowledge and im doing exceptionally well.

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