Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
C0D4681383y@TeachMeCode why you using JQuery?
Unless it's some ancient piece of monolithic chaos (just covering my self here for using jquery) , you don't use Jquery in 2021 😏 -
@C0D4 its an interview assignment. I was given this horribly written code written in jqiery and the instructions say not to use react or angular when doing this assignment so I have no choice sadly
Help, again! I’m doing a simple ajax using jquery’s load function but for some reason it results in a refresh of the entire page! There’s no callback or any other values being passed, it’s just the url to the html file. Btw even if i reduce the html file I’m sucking in to an innocent <p>hello</p>, it still fucks up and the page reloads so it’s not like there’s some bad javascipt going off. This is part of a project being done using codesandbox, so I’m not sure if there’s something going on with it. This is my first ajax in this environment
question