Browse Source

Located children

Joachim M. Giæver 3 years ago
parent
commit
29e14e6e96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      webflow-load-more.js

+ 2 - 0
webflow-load-more.js

@@ -3,6 +3,8 @@ $(document).ready(function () {
         e.preventDefault();
         jQuery.get($(this).attr('href'), function (data) {
             console.log(data);
+
+            console.log($(data).children('.w-dyn-item'));
         })
     });
 });