[jQuery] Re: Minor fixes required in order to play nice with other libraries that extend Object (code inside)

2008-07-01 Thread Bramus!
should be ignored, as it doesn't have > a numerical index, right? > > How does that relate to your patch? > > Jörn > > On Tue, Jul 1, 2008 at 11:36 AM, Bramus! <[EMAIL PROTECTED]> wrote: > > > Hi Jörn, > > > The problem in fact is Ext Related

[jQuery] Re: Minor fixes required in order to play nice with other libraries that extend Object (code inside)

2008-07-01 Thread Bramus!
: Array.prototype.letsBreakStuff = function(){return this}; correct = [ "baa", "bah!", "bar", "bar!", "beblog", "bezar", "blog", "blub", "blub!", "boo", "bramus" ]; As you c

[jQuery] Re: $.ui.widget and scoping: how to get a reference to the widget instance from within a click event handler?

2008-06-25 Thread Bramus!
unction(evt) { console.log(this); } }); })(jQuery); Demo can be found at http://www.bram.us/sandbox/jquery/ui/widget.v2.html :-) Regards, Bramus! On Jun 24, 9:13 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > The general answer to anything like this in Jav

[jQuery] $.ui.widget and scoping: how to get a reference to the widget instance from within a click event handler?

2008-06-24 Thread Bramus!
order for it to work. Regards, Bramus!

[jQuery] Re: Minor fixes required in order to play nice with other libraries that extend Object (code inside)

2008-06-24 Thread Bramus!
Filed a ticket on dev.jquery including a .diff file: http://dev.jquery.com/ticket/3080 ;-) Regards, B! PS: [autocomplete] prefix seems to be cut off subject? On Jun 24, 11:15 am, "Bramus!" <[EMAIL PROTECTED]> wrote: > Hi Jörn et all here at the list, > > I'm usin

[jQuery] [autocomplete] Minor fixes required in order to play nice with other libraries that extend Object (code inside)

2008-06-24 Thread Bramus!
(!data[i]) with: if (!data[i] || (data[i].value.constructor === Function)) Change #2: Selection issue: $.Autocompleter.Cache, function matchSubset() at line#1 of this function (directly after the opening { ) add: if (s.constructor === Function) return false; Regards, Bramus!

[jQuery] Re: getJSON callback bug in FF3

2008-05-16 Thread Bramus!
> Oh yes. Im running Firefox 3b5 on Linux too. In Firebug i can see the > response from server but it seems firefox cant catch it in right way. If Firebug shows the wrong result when expanding the call in the console, then it's Firebug itself as it has some issues with it (FB 1.1+ at least has).

[jQuery] Re: getJSON callback bug in FF3

2008-05-16 Thread Bramus!
On May 16, 9:32 am, Marcus Better <[EMAIL PROTECTED]> wrote: > anio wrote: > > Hello group. I changed my web browser from FF2 to FF3 Beta. I develop > > a Catalyst application with jQuery and im almost done until changed > > the browser. Now all my functions that using getJSON fails with no > > ca