Get the direct children of an element UL. $(document).ready(function() { $(“ul”).children().css({“color”: “red”, “border”: “2px solid blue”}); });
Read MoreSpread Your Knowledge
Get the direct children of an element UL. $(document).ready(function() { $(“ul”).children().css({“color”: “red”, “border”: “2px solid blue”}); });
Read More