Use attribute applied through CSS as selector
I have a series of list item some of which have been made bold using CSS (separate sheet) and some whose font weight is set to normal using CSS. The list items are created dynamically and the application of bold v normal is randomly applied.
I want to select each of those bold list items. Is there some way of accomplishing this with jquery?
Thanks,
Jim