Zachary Forrest y Salazar
Zachary Forrest y Salazar
Are you sure that's the only `` tag on the page when you run that code?
I see it now. Sorry. I was worried for a second that maybe the delegated event wasn't actually being called. I need more coffee.
What about adding actual contents to the p tag. In my local testing, this seems to work.
This: ``` javascript var element = $.create("div", { class: "parent", contents: "This is the parent" }); element._.delegate("click", "p", function() { done(); }); var child = $.create("p", { contents: 'test' });...
Weird. It's working in Karma for me.
You're passing the `done` parameter, right?
@AVGP - Is this still relevant? I just merged your PR.
This is also related to #12. Would like to copy this comment over to #12 and close this issue. Fair?
This is an issue with the input masking plugin, not the experiment itself.