YSK: In addition to Reddit, StackOverflow is on Strike

lwuy9v5@lemmy.world to You Should Know@lemmy.world – 283 points –
Moderation Strike: Stack Overflow, Inc. cannot consistently ignore, mistreat, and malign its volunteers
meta.stackoverflow.com

Why you should know: StackOverflow is facing a mod strike in a similar way as Reddit's mod strike. They are doing this in response to StackOverflow's failure to address it's promises and provide moderation tools

96

You are viewing a single comment

The answer is to use jQuery. Always jQuery.

What's jQuery? I tried googling it and skimmed the Wikipedia, but I don't get it.

jQuery is a JavaScript* library that played a really important role in adding interactivity to websites and doing so in a way that works across browsers. Its capabilities were fantastic for its day, but newer iterations of JavaScript and subsequent frameworks and libraries (such as Angular, Vue, Svelte, and React) generally provide the same capabilities in a form that is easier to work with. Most new sites use those newer tools, but jQuery was one of the key technologies behind the kind of interactive websites from the mid-2000s until the mid-2010s (essentially the heyday of Web 2.0 (RIP)), and is still used in websites from that era that haven't needed huge overhauls since then.

  • JavaScript is the main programming language used to add interactivity to websites (plus a bunch more that's beyond the scope of this).