JS Query First Instance

// ever wanted to only get the first match?
$(".superCoolClass:first")
simondoesstuff