[jQuery] Re: http://dev.jquery.com/view/trunk disappeared

2009-01-05 Thread Eduardo Lundgren
-- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.

[jQuery] Adding scope support to .bind()

2008-12-25 Thread Eduardo Lundgren
$('div').bind('click', {data: true}, scope, scope.internalHandler); // handler, data, pre-defined scope Let me know if make sense for you. -- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life. event.js Description: JavaScript source

[jQuery] Re: Adding scope support to .bind()

2008-12-25 Thread Eduardo Lundgren
){ var args = $.makeArray( arguments ).slice(2); if( args.length == 1 $.isArray( args[0] ) ) args = args[0]; return function(){ return fn.apply( bind, args ); } } On Dec 25, 10:38 am, Eduardo Lundgren eduardolundg...@gmail.com

[jQuery] Re: Adding scope support to .bind()

2008-12-25 Thread Eduardo Lundgren
is a good addition to jQuery. Ariel, Joern, John? Let me know if it make sense for you. Thanks, Eduardo Lundgren On Thu, Dec 25, 2008 at 11:57 AM, Balazs Endresz balazs.endr...@gmail.comwrote: True, but the new isFunction is a couple of times faster than the old one, though it's still many times

[jQuery] Re: ui.jquery.com - down?

2008-12-01 Thread Eduardo Lundgren
-- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.

[jQuery] Re: UI download builder broken?

2008-12-01 Thread Eduardo Lundgren
yep. I just commited to the site trunk. - Eduardo Lundgren On Mon, Dec 1, 2008 at 4:10 PM, Richard D. Worth [EMAIL PROTECTED] wrote: Thanks for letting us know. Should be good now. - Richard On Mon, Dec 1, 2008 at 9:35 AM, Jordan Waeles [EMAIL PROTECTED]wrote: Mika Tuupola wrote