JQuery code for traversing child elements

From , 5 Years ago, written in JavaScript, viewed 168 times.
URL https://pastebin.vip/view/aff82e88
  1. $('#div').children().each(function(){
  2.     //$(this)用来表示当前元素
  3.     alert($(this).text());
  4. });

Reply to "JQuery code for traversing child elements"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website