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
:
Array.prototype.letsBreakStuff = function(){return this};
correct = [
"baa",
"bah!",
"bar",
"bar!",
"beblog",
"bezar",
"blog",
"blub",
"blub!",
"boo",
"bramus"
];
As you c
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
order for it to work.
Regards,
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
(!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!
> 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).
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
8 matches
Mail list logo