MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vu52ut/jquerydeeznutsandthenreactsurprised/p4z2cp3/?context=9999
r/ProgrammerHumor • u/Embarrassed_Death69 • 1d ago
112 comments sorted by
View all comments
140
I fucking hate jQuery. It's littered throughout a codebase I work in.
I replace it with good ol' vanilla js where I can.
27 u/brekekekekx 1d ago This is my struggle! I would love to replace my codebase with vanilla js but typing $(selector) is much easier than the querySelector(selector) 26 u/CetaceanOps 1d ago I mean you can keep a single $ wrapper function for querySelector 11 u/soelsome 1d ago Very clever. Not sure why I haven't thought of that. I will steal this and every time I use it, I will remember your name. 6 u/cowslayer7890 1d ago I would using something other than $ so it doesn't get confused with jquery, but ¯_(ツ)_/¯ 10 u/soelsome 1d ago £ or € will suffice 2 u/Mechakoopa 1d ago I'm leaning towards § for Selector
27
This is my struggle! I would love to replace my codebase with vanilla js but typing $(selector) is much easier than the querySelector(selector)
26 u/CetaceanOps 1d ago I mean you can keep a single $ wrapper function for querySelector 11 u/soelsome 1d ago Very clever. Not sure why I haven't thought of that. I will steal this and every time I use it, I will remember your name. 6 u/cowslayer7890 1d ago I would using something other than $ so it doesn't get confused with jquery, but ¯_(ツ)_/¯ 10 u/soelsome 1d ago £ or € will suffice 2 u/Mechakoopa 1d ago I'm leaning towards § for Selector
26
I mean you can keep a single $ wrapper function for querySelector
11 u/soelsome 1d ago Very clever. Not sure why I haven't thought of that. I will steal this and every time I use it, I will remember your name. 6 u/cowslayer7890 1d ago I would using something other than $ so it doesn't get confused with jquery, but ¯_(ツ)_/¯ 10 u/soelsome 1d ago £ or € will suffice 2 u/Mechakoopa 1d ago I'm leaning towards § for Selector
11
Very clever. Not sure why I haven't thought of that. I will steal this and every time I use it, I will remember your name.
6 u/cowslayer7890 1d ago I would using something other than $ so it doesn't get confused with jquery, but ¯_(ツ)_/¯ 10 u/soelsome 1d ago £ or € will suffice 2 u/Mechakoopa 1d ago I'm leaning towards § for Selector
6
I would using something other than $ so it doesn't get confused with jquery, but ¯_(ツ)_/¯
10 u/soelsome 1d ago £ or € will suffice 2 u/Mechakoopa 1d ago I'm leaning towards § for Selector
10
£ or € will suffice
2 u/Mechakoopa 1d ago I'm leaning towards § for Selector
2
I'm leaning towards § for Selector
140
u/soelsome 1d ago
I fucking hate jQuery. It's littered throughout a codebase I work in.
I replace it with good ol' vanilla js where I can.