> The site where it's not working is here:
>
> http://developer.cmzmedia.com/?p=115
>
> Any ideas?

Pulling up Firebug's console and typing

jQuery('OL.codeSample LI:even').addClass("even")

stripped the middle box just fine

Not sure why you are mixing "jQuery" and "$", but if you look in the
console during page load, you can see it fire "$ is not a function",
meaning somewhere in the code you are using "noConflict" (although
it's not shown in the view source, but it's indeed somewhere, *or*
something is conflicting with "$")

Reply via email to