Parcourir la source

Located children

Joachim M. Giæver il y a 4 ans
Parent
commit
29e14e6e96
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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'));
         })
     });
 });