HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
프론트엔드 스쿨 교안(1기)
/
📝
JQuery & Ajax
/
🚌
자주 사용되는 jQuery 핵심
🚌

자주 사용되는 jQuery 핵심

$("#btn").on("click", function(){}) $("#btn").click(function(){}) $("#btn").submit("click", function(event){...event.preventDefault();...}) $("#btn").css("color", "red") $("#btn").css({"color":"red", "background-color":"blue"}) $("#input").val(); // input type(text, password, hidden, select, radio, checkbox 관계 없이 가져옴) $("#input").val("hello world"); // 값 세팅
jQuery Cheat Sheet
jQuery cheat sheet in HTML with links to the original API documentation. Created by Oscar Otero
jQuery Cheat Sheet
https://oscarotero.com/jquery/