본문 바로가기

Study Memos/JavaScript Front-End

jQuery with Ajax (Section 49)

참고> opentutorials.org/course/1375/6851

 

1. $.ajax({ ... });

    -> jQuery로 ajax 사용할 때 사용하는 함수

2. $('myTag').serialize();

    -> jQuery로 객체를 JSON string으로 만들 때 사용하는 함수

반응형