[jQuery] Re: Detect If a INPUT value was changed

2009-01-15 Thread gjhames
this event is not woking with SELECT boxes in firefox 3 On Jan 15, 2:05 pm, "Andy Matthews" wrote: > There is a "change" event handler. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf O

[jQuery] Detect If a INPUT value was changed

2009-01-15 Thread gjhames
How to detect if the user just changed the value of an input? or select? Is not just detect the keypress or change event. It must know if the user change the value of the input.

[jQuery] Re: Impossible challenge: when bg image loads

2008-10-15 Thread gjhames
you describe the effect you're trying to obtain, perhaps we can > find another solution? > > On Oct 12, 11:44 am,gjhames<[EMAIL PROTECTED]> wrote: > > > It's possible to callback a function when a background image of an > > element, defined in css, finish to loads? Example: > > > div#mydiv { > > background-image: url(files/bg.jpg); > > > } > > > Thanks.

[jQuery] Impossible challenge: when bg image loads

2008-10-12 Thread gjhames
It's possible to callback a function when a background image of an element, defined in css, finish to loads? Example: div#mydiv { background-image: url(files/bg.jpg); } Thanks.