[jquery-dev] Re: new $

2009-05-18 Thread pete higgins
From your other example, do you think car companies should limit the car's max speed to avoid complaints? I don't think so. Some do. http://en.wikipedia.org/wiki/Governor_(device) Regards, Peter --~--~-~--~~~---~--~~ You received this message because you are

[jquery-dev] Re: My findings with the jQuery.support collection in 1.3.2-vsdoc and IE 8

2009-05-13 Thread pete higgins
isn't the vsdoc- version the one with the comment in the header that says don't use this, it is just for code completion internally? Regards, Peter On Wed, May 13, 2009 at 6:00 AM, jardennis jarden...@gmail.com wrote: In adding a css property as such: $('#id').css('cursor','pointer') I

[jquery-dev] Re: Optional scope for events

2009-05-04 Thread pete higgins
I agree with Ariel, that this would be better served as a static method. Dojo does the (fn, scope) (actually, we do a mixmatch and allow curried args, but I digress) and it definitely is a learning curve for js n00bs, and certainly not very jQuery-ish. by making it a separate method, it becomes

[jquery-dev] Re: Blank jQuery page leaks memory in IE?

2009-04-22 Thread pete higgins
We stumbled upon this: http://blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx It seems to be reporting the same type information Drip is. I cannot attest to it's accuracy, but it claims as of trunk (it is still in svn, right?) [6319] I see leaked elements listed: div script div

[jquery-dev] Re: UI Tickets on Core's trac

2008-10-09 Thread pete higgins
redmine is pretty cool as well, and supports multiple projects, nice reporting, etc. just something to note. On Thu, Oct 9, 2008 at 11:50 AM, Jörn Zaefferer [EMAIL PROTECTED] wrote: We want to do a test installation first, trying to migrate all users and tickets there. Once that is one place,