$("li").slice(1).css("border","1px solid red"); //This works
$("li").slice(1,) .css("border","1px solid red");//This will report an error and has no effect
鬼鬼我是真的秀~!!
What is the extra comma for?
What is the extra comma for?