인프런 파일명 변경 테스트
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user