Reputation: 3
I've removed previous question because I found the problem is in jQuery itself.
Imagine this code :
var el = $('<ul><li/></ul><a id="clickMe">click me!</a><p>').find('#clickMe');
Why the clickMe isn't found ?
Upvotes: 0
Views: 29