HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📚
위니브 책 모음(공개 링크)
/
📝
2022 30분 요약 강좌 시즌1
/
📝
jQuery & Ajax(22년 5월 업데이트 완료)
/
🚌
자주 사용되는 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/