Mislav Marohnić
Mislav Marohnić
That's not a bad idea, but I'm not sure if it's in the scope of this project. It's kind of a different workflow. The information about unread issues could be...
> I also opened this at… I never knew there were so many cool projects that aim to solve the same problem! ✊
Should we filter the results of every such query to ensure that no Zepto collection ever contains the same DOM node more than once? Similar `find()` problem when compared to...
Thanks. I'd like to see a failing test for this first that this commit fixes.
Thanks for reporting. That's a common problem when doing comparisons of object prototypes. Do you have another idea how to check whether an object is a "plain" JS object? Maybe...
Many JS objects report `[object Object]` when converted to string but are not necessarily a "plain" object.
A completely legit solution. However, it would require developers to tag all of their script tags with an attribute if they wish to opt-in to `eval` processing with jQuery. Since...
This library doesn't yet support emerging HTML5 standards [like `formaction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-formaction). It might in the future.
What's the use case? Also, this requires tests.
It seems like you've done your due dilligence before posting this, but for other readers: https://github.com/defunkt/jquery-pjax/issues/17#issuecomment-5207025 #159 #168 #350 There are several things that stand out to me in your...