$(function() { $("ul").find("li:lt(3)").children("a").html("1");});这样就可以啦。
试试这个,我测试过了没问题。$("ul").find("li:lt(3)");