인프런 파일명 변경 테스트

This commit is contained in:
2022-05-15 17:32:36 +09:00
parent 9f7600130b
commit cc4e4e422b
2 changed files with 32 additions and 12 deletions

View File

@@ -47,7 +47,20 @@ $("body").on("click", "#btn_search", function (e) {
contentType: "application/x-www-form-urlencoded; charset=UTF-8",
success: function (ret) {
if (ret.ret) {
make_screen_movie_list(ret);
current_screen_movie_data = ret;
total_page = ret.total_page;
console.log("ret::>", ret);
if (current_screen_movie_data !== "") {
make_screen_movie_list(ret, page);
div_visible = true;
// console.log(div_visible);
// $("img.lazyload").lazyload({
// threshold : 400,
// effect : "fadeIn",
// });
}
next_page = page + 1;
} else {
$.notify("<strong>분석 실패</strong><br>" + ret.log, {
type: "warning",