Forums

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

Home Forums JavaScript javascrip code

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #46552
    omryk
    Participant

    hello people
    can somebody explain to me whats the deffirence between the two examples :

    var obj= getElementById (“id1”); //without jquery

    var obj= $(“#id1”); // with jquery

    is the returned value in both cases are the same object?

    tnx

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