[jQuery] Select All Elements with Class Name Beginning With String

[jQuery] Select All Elements with Class Name Beginning With String


This line worked for jquery 1.2.6:
$('li[@class^=className]')
This doesn't work for version 1.3.2
Is there some other syntax that works?