bucz
bucz
KPCKevin Powell - Community
Created by bucz on 8/5/2024 in #front-end
AJAX or fetch()?
again, i only use jquery for the .click function, might use php for fetching a data and playing around with the get and post method instead
44 replies
KPCKevin Powell - Community
Created by bucz on 8/5/2024 in #front-end
AJAX or fetch()?
thank you so much for this
44 replies
KPCKevin Powell - Community
Created by bucz on 8/5/2024 in #front-end
AJAX or fetch()?
i find it simpler writing something like: $(document).ready(function () { $("button").click(function () { alert("Button was clicked!"); }); }); than document.querySelector("button")?.addEventListener("click", () => alert("Button was clicked!")); I guess i dont like ES6 pretty much
44 replies
KPCKevin Powell - Community
Created by bucz on 8/5/2024 in #front-end
AJAX or fetch()?
i only use jQuery for DOM manipulation, because its much easier than ES6 js, if its outdated is there another library or framework that i can use?
44 replies
KPCKevin Powell - Community
Created by bucz on 7/21/2024 in #front-end
Responsive nav sidebar overlapped problem with ScrollReveal.js
IT WORKS! thank you but is there away i can keep the animation for the nav?
9 replies
KPCKevin Powell - Community
Created by bucz on 7/21/2024 in #front-end
Responsive nav sidebar overlapped problem with ScrollReveal.js
sorry if i kinda did a spam, im new to discord and dont know the settings
9 replies
KPCKevin Powell - Community
Created by bucz on 7/21/2024 in #front-end
Responsive nav sidebar overlapped problem with ScrollReveal.js
i added a codepen link, i cant add it on my old post. and i deleted that post
9 replies