GnomeOnTheRange

joined 1 year ago
[–] GnomeOnTheRange@lemmy.world 3 points 1 year ago

As I’ve gotten better at JavaScript I find it’s a lot easier to accomplish most of the things plugins and themes in Wordpress use jQuery for. Most of the jQuery I’m replacing is simple DOM manipulation.

[–] GnomeOnTheRange@lemmy.world 0 points 1 year ago (2 children)

I use ChatGPT to convert jQuery stuff to vanilla js a lot. When I’m updating older Wordpress sites I find a lot of jQuery used for really basic js stuff.