Mislav Marohnić

Results 921 comments of Mislav Marohnić

You could react to a "pjax:click" but that won't handle manual `pjax()` calls or the back button. @josh what do you think about this event?

Right now it's tricky to mix pjax stuff with manual pushState/popstate stuff. You shouldn't expect `pjax:popstate` to fire, though, if you didn't use pjax. If it does, that's a bug....

Yep, you could prefill the PR body with `Fixes #XYZ`. This gives the user an option to edit the message, and lets GitHub handle the issue references (i.e. you don't...

I don't think this case warrants changing how attributes are applied. You could have just used: ``` Builder.node(...).setStyle({ top: 10px, ... }) ```

Good catch! Wanna send us a PR that fixes this?

I agree that, if there's no animation, there should be no changes to styles of the element.

Not a bad idea. Right now these seem to be: - `bind`, `unbind` - `delegate`, `undelegate` - `live`, `die` - `$.ajaxJSONP` We'll consider it for the next minor release.

Zepto only supports CSS transitions for animations. Stuff that isn't CSS therefore can't be animated. I'm going to think about animating `scrollTop`, but for now, don't count on it. Use...

@arexkun is right about what happens here and @eberon is right that jQuery doesn't suffer from this behavior. We could try to examine the DOM only once when first event...

I gave this a long thought and I don't see how this issue could be solved in a manner that wouldn't overly complicate our codebase. But this is a real...