Author Topic: Drop jQuery and jQueryUI in favor of ECMAScript?  (Read 2956 times)

lhohman

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 9
    • View Profile
Drop jQuery and jQueryUI in favor of ECMAScript?
« on: April 18, 2020, 01:45:57 am »
More and more developers are moving away from jQuery and jQueryUI in favor of native Javascript and ECMAScript.

Modern browsers can now support more powerful functions in ECMAScript which leaves jQuery as an obsolete library, it was handy in the past, but now is a bottleneck and a performance burden.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Drop jQuery and jQueryUI in favor of ECMAScript?
« Reply #1 on: April 18, 2020, 08:45:56 am »
pqgrid can indeed be implemented in native javascript without writing even a single line of jQuery.

Please check this jsfiddle: https://jsfiddle.net/7gopeybf/ and let me know if you still have any doubts.
« Last Edit: April 18, 2020, 09:20:50 am by paramvir »