Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30759

Re: Should I use JQuery?

Newsgroups comp.lang.javascript
Subject Re: Should I use JQuery?
From "Evertjan." <exxjxw.hannivoort@inter.nl.net>
References <nkmft2$th$1@dont-email.me> <db298b28-cea8-468d-a0ea-78ab71b11c01@googlegroups.com> <d6584683-5600-4353-b519-91ee84d3d705@googlegroups.com>
Date 2016-06-26 12:45 +0200
Message-ID <XnsA63381CE05096eejj99@194.109.6.166> (permalink)

Show all headers | View raw


"Michael Haufe (TNO)" wrote on 25 Jun 2016 in
comp.lang.javascript: 

> Often I have two functions available that I use:
> 
> var qs = (selector,context) => (context ||
>   document).querySelector(selector); 

> var qsa = (selector,context) =>
>   Array.from((context || 
>   document).querySelectorAll(selector)); 

Nice!

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Should I use JQuery? wmgill <wmgill@domain.invalid> - 2016-06-25 13:43 -0400
  Re: Should I use JQuery? "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-06-25 20:17 +0200
    Re: Should I use JQuery? wmgill <webworker1950@gmail.com> - 2016-07-01 12:12 -0400
      Re: Should I use JQuery? "Chris M. Thomasson" <invalid@invalid.invalid> - 2016-07-01 13:57 -0700
  Re: Should I use JQuery? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-06-25 11:38 -0700
    Re: Should I use JQuery? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-06-25 13:04 -0700
      Re: Should I use JQuery? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-06-26 12:45 +0200
        Re: Should I use JQuery? Ram Tobolski <ramtob@gmail.com> - 2016-06-27 10:00 -0700
          Re: Should I use JQuery? Ram Tobolski <ramtob@gmail.com> - 2016-06-27 10:21 -0700
            Re: Should I use JQuery? "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-06-27 14:42 -0700
              Re: Should I use JQuery? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-06-28 12:03 +0200
      Re: Should I use JQuery? wmgill <webworker1950@gmail.com> - 2016-07-01 12:34 -0400

csiph-web