I have a list similar to below and would like to only select all of the elements after the #everything_after element.
#everything_after
selects all the elements
$('#element *').attr('selected','selected');