So a quick point: What you're talking about isn't a fork, it's a
branch (you track commits in a branch, you take the project in a new
direction with a fork).

As far as your specific changes are concerned.
 - I like .click(fn, fn) as an alternative to .toggle(fn, fn).
 - I don't like .toggleVisibility - especially since you aren't
toggling the visibility, you're toggling the display of an element.
 - I like your proposed API for size (.size, .innerSize, .outerSize) -
I'd imagine that it'd be able to speed up some code.

One piece of ambiguity that you missed was .load() (.load(fn) and .load(url)).

--John



On Tue, Mar 3, 2009 at 3:47 AM, Daniel Friesen
<[email protected]> wrote:
>
> I've mentioned my little fork project on the list a few times before,
> I've finally written a bit of a report on the goals in the project. I
> think it's probably missing some stuff, but it definitely explains a bit
> more. I never really noted how the project relates to the project at
> work, and there are more improvements and rationales to detail. But for
> now it's a good start.
> http://code.google.com/p/js4query/wiki/Report
>
> I'd appreciate it being looked over and commended on, especially by John
> since it would be nice to do as much of the goals and improvements as
> possible inside of jQuery itself instead of in a fork.
>
> Currently I think I got the trunk to a moderately usable point. Right
> now I was just merging updates from jQuery in and tr...@6256 made a bit
> of a conflict with the jQuery/4query object separation, so I'm merging
> it and will push those updates once I integrate the improvements together.
>
> --
> ~Daniel Friesen (Dantman, Nadir-Seen-Fire)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to