I've got some html that displays a list of youtube vidz which is supposed to have a hover action on it. When I create a static of this list, it works fine, but when I try to dynamically create it with jquery, the list renders but the hover effect doesn't work. I've uploaded it to my site to make it easier to see (too many .js files to load into a fiddle).
http://me.thefaheyfamily.com/videos.html
On that page, the first video is the static one and the rest (below it on a separate row) are loaded dynamically, which don't work. I tried excluded some .js files thinking there may be a conflict somewhere but it seems to be that the style isn't getting applied to the dynamic code.
Any help/direction is appreciated!