SyntaxFix
Write A Post
Hire A Developer
Questions
You could use this to pick all li elements without class:
li
$('ul#list li:not([class])')