Joachim M. Giæver 4 anni fa
parent
commit
29e14e6e96
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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'));
         })
     });
 });