github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 1,549
    • 148
  • Source
  • Commits
  • Network (148)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (3)
    • master ✓
    • mobile
    • omgrequire
  • Tags (40)
    • 1.4rc1
    • 1.4a2
    • 1.4a1
    • 1.4.1
    • 1.4
    • 1.3rc1
    • 1.3b2
    • 1.3b1
    • 1.3.2
    • 1.3.1rc1
    • 1.3.1
    • 1.3
    • 1.2.6
    • 1.2.5
    • 1.2.4b
    • 1.2.4a
    • 1.2.4
    • 1.2.3b
    • 1.2.3a
    • 1.2.3
    • 1.2.2b2
    • 1.2.2b
    • 1.2.2
    • 1.2.1
    • 1.2
    • 1.1b
    • 1.1a
    • 1.1.4
    • 1.1.3a
    • 1.1.3.1
    • 1.1.3
    • 1.1.2
    • 1.1.1
    • 1.1
    • 1.0a
    • 1.0.4
    • 1.0.3
    • 1.0.2
    • 1.0.1
    • 1.0
  • Comments
Sending Request…

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

jQuery JavaScript Library — Read more

  cancel

Comments for jquery   feed

jeresig commented on jquery/jquery Fri Feb 05 16:59:18 -0800 2010
Comment in d743899:

Oops, meant #6011, not #6042.

jeresig commented on jquery/jquery Fri Feb 05 11:44:59 -0800 2010
Comment in a5b2940:

It may be usable but no, it's not part of jQuery core yet. I want to make sure that we work out the exact API before moving further - so I don't know exactly what release it'll land in, yet.

manalang commented on jquery/jquery Fri Feb 05 11:32:36 -0800 2010
Comment in a5b2940:

@jeresig can you update us on the status of this? Is it usable in this branch and what post-1.4 release can we expect to see it in? Thanks!!!

jeresig commented on jquery/jquery Thu Feb 04 18:38:39 -0800 2010
Comment in be2407e:

Forgot to thank Justin Meyer for his live namespaced tests - thanks Justin!

Leeoniya commented on jquery/jquery Thu Feb 04 15:18:04 -0800 2010
Comment in 1047577:

oh, good luck getting paid in that case. hahaha

jeresig commented on jquery/jquery Thu Feb 04 15:16:47 -0800 2010
Comment in 1047577:

Waaaayy ahead of you:
http://code.google.com/p/chromium/issues/detail?id=883

Been open for over 2 years at this point.

Leeoniya commented on jquery/jquery Thu Feb 04 15:06:52 -0800 2010
Comment in 1047577:

should file a Chrome bug and get paid : )

lrbabe commented on jquery/jquery Tue Feb 02 06:12:24 -0800 2010
Comment in 31432e0:

Great!

jeresig commented on jquery/jquery Tue Feb 02 06:09:57 -0800 2010
Comment in 31432e0:

Yes. As you'll note, delegate just uses live - therefore it supports everything that live supports.

lrbabe commented on jquery/jquery Tue Feb 02 06:03:37 -0800 2010
Comment in 31432e0:

We now have two ways to do event delegation in jQuery.
One uses the good old jQuery syntax we all know but seems somewhat magical before you know how event delegation works.
The other requires a good understanding of event delegation but seems much better from a performance point of view.

Is delegate already compatible with mouseenter/mouseleave, change, submit and focus/blur?

jeresig commented on jquery/jquery Mon Feb 01 18:56:50 -0800 2010
Comment in f95147f:

Oops, didn't mean to leave that nodeName check in - removed in 8a4b210.

rkatic commented on jquery/jquery Mon Feb 01 15:52:39 -0800 2010
Comment in b8076a9:

John, I completely agree to remove setArray, but maybe jQuery.fn.init is more appropriate to integrate that.

jeresig commented on jquery/jquery Mon Feb 01 15:42:05 -0800 2010
Comment in b8076a9:

@rkatic: As a public-facing API setArray simply doesn't make sense (and it never has been an API that we've wanted to expose). It's a destructive operation which is completely against the rest of the jQuery API. Moving it into pushStack is really better all around.

rkatic commented on jquery/jquery Mon Feb 01 15:24:23 -0800 2010
Comment in b8076a9:

(Uf, I wrote jQuery.setArray instead of jQuery.fn.seArray. I have to sleep.)

the only place jQuery(array) is used is within pushStack

I know, but pushStack is heavily used. Had to be more clear telling that jQuery(array) is frequently evaluated.

I am not completely convinced about incorporating setArray into pushStack.
Internally, currently, pushStack is the only one that uses jQuery(array), but what about plugins? What about adding jQuery.fromArray then.

DBJDBJ commented on jquery/jquery Mon Feb 01 15:22:05 -0800 2010
Comment in b8076a9:

Ah, I got carried away. Although, name "pushStack()" dramaticaly improves the readability of the API. It clearly reveals the intent and the reason of existence of the method... I would like to see (much) more of that kind of activity, while moving towards 1.5

The Official jQuery Podcast – Episode 9 – David Artz, Aol.also reveals , what my little contribution (from few months ago) tried to explain too : not everyone is jQuery expert. Managing a large(ish) teams and/or Web 2.0 companies, becomes a nightmare, because of power and flexibility of jQuery. Which often produces a lot of headaches when "given" to those big teams developing and/or supporting large portals.

They rarely bother with api documentation, usually not before the whole mountain of javascript code starts disolving, because of code like : $("*").click() ...

All API ambiguity must be weeded-out, as much as possible ...

--DBJ

jeresig commented on jquery/jquery Mon Feb 01 15:00:00 -0800 2010
Comment in b8076a9:

No, that's not what I said. I use want to remove jQuery.fn.setArray as it's no longer needed - it can be incorporated into jQuery.fn.pushStack.

DBJDBJ commented on jquery/jquery Mon Feb 01 14:46:39 -0800 2010
Comment in b8076a9:

@John, I wellcome anyhting that untangles jQuery() , "multifunctional" single function interface. That is If, I understood properly you want to deprecarte jQuery( array ) ...

jeresig commented on jquery/jquery Mon Feb 01 12:38:12 -0800 2010
Comment in b8076a9:

@rkatic: Actually, that's not entirely true - the only place jQuery(array) is used is within pushStack - that can easily be rewritten to use the faster code path - and if it's being removed then it makes a lot of sense to deprecate/remove it as well (people should be using pushStack anyway).

rkatic commented on jquery/jquery Mon Feb 01 11:31:02 -0800 2010
Comment in b8076a9:

@John

'jQuery.setArray' is still significantly faster then 'jQuery.makeArray', and although it is not strictly necessary, 'jQuery(aArray)' is still heavily used internally. Is this change motivated by the intention to deprecate/remove 'jQuery.setArray'? It is not used any more.
If so, then I would suggest to integrate 'jQuery.setArray' inside 'jQuery.makeArray' or inside 'jQuery.merge or even better inside' 'jQuery'.

DBJDBJ commented on jquery/jquery Sun Jan 31 16:41:59 -0800 2010
Comment in b8076a9:

My name is not DBJDBJ, either ...

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server