Given the following:
Item 1 Item 2 Item 3
You could use this to pick all li elements without class:
li
$('ul#list li:not([class])')