Forums

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

Home Forums JavaScript waxCS

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149684
    shikha
    Participant

    What is this Javascript code with the id”waxCS” ? What is its purpose?

    var WAX = function () { var _arrInputs; window.addEventListener(‘waxSetArr’, function(evt) { _arrInputs = evt.detail; }); return { getElement: function (i) { return _arrInputs[i]; } } }(); function waxGetElement(i) { return WAX.getElement(i); }

    I am new to Javascript.

    Thanks!

    #149686
    shikha
    Participant

    found the answer.

    it is the code for nginx, which is an open source reverse proxy server (http://en.wikipedia.org/wiki/Nginx).

    I am a newbie and I love css tricks and this forum.
    :)

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