jQuery .hover on future elements
I have a jsFiddle set up here that i want to work on future elements that will be injected into the DOM via AJAX etc:
http://jsfiddle.net/Nb3uW/5/
How would i go about co开发者_如何学Gonverting this over?
Have you read the docs on .live()? That should be exactly what you're looking for.
精彩评论