82일차(2022.04.25) _ jQuery - Ajax
https://www.w3schools.com/jquery/jquery_ref_ajax.asp jQuery AJAX Methods W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 1. $.get(URL, function(응답받을매개변수){}); - get방식으로 해당URL로 요청을 보내고, 응답을 콜백함수에서 처리함 - 비동기 방식은 어떤 요소를 선택해서 요청을 보내는게 ..
80일차(2022.04.20) _ jQuery
- JavaScript 라이브러리 - 기존의 JS 코드의 복잡성을 개선하기 위해 사용 - 최근에는 React, Vue를 사용, jQuery는 하락세 https://www.w3schools.com/jquery/default.asp jQuery Tutorial W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com https://www.w3schools.com/jquery/jquer..