I have a feed page that needs to have a click handler applied to every link in the rss feed..
I’m using ZRSSfeed which is great but it won’t do callbacks so the .click() function runs long before the rss content arrives
there’s a fiddle of this here:
thanks much
If I’m understanding the issue, you want to attach a click handler to the result, but don’t know when the content is loaded. If this is the case, then simply use live:
http://jsfiddle.net/PMtCN/11/