Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $$('div.content ul.drop-list').each(function(ul){
  2. console.log(ul);
  3. $(ul).findChildElements('li').each(function(li){
  4. console.log(li);
  5. });
  6. });
  7.  
  8. -- complains that ul.findChildElements is not a function.
Add Comment
Please, Sign In to add comment