[jQuery] Re: input file and val()

2009-02-10 Thread ezod
then back to file? > > Just guessing mind! > > Adrian > > On Feb 10, 8:45 am, ezod wrote: > > > Hi Michael, > > > unfortunately that doesn´t work either (except FF ;)) > > > On 9 Feb., 17:44, Michael Lawson wrote: > > > > Have y

[jQuery] Re: input file and val()

2009-02-10 Thread ezod
Global Solutions, ibm.com > Phone:  1-919-517-1568 Tieline:  255-1568 > E-mail:  mjlaw...@us.ibm.com > > 'Examine my teachings critically, as a gold assayer would test gold. If you > find they make sense, conform to your experience, and don't harm you

[jQuery] Re: input file and val()

2009-02-10 Thread ezod
Hi brian, no - FF doesn´t allow to change the value into an other sting(of course for security reasons). Thank you though.

[jQuery] input file and val()

2009-02-09 Thread ezod
$("#input1").val(''); }); }); This works fine for FF, but IE doesn´t (re)set the value. Any hints? TIA ezod

[jQuery] Possible IE problem with animate() and overflow?

2009-01-21 Thread ezod
and the IE throws an error: "Could not get the overflow property. Invalid argument" FF works fine. What am I doing wrong? TIA ezod

[jQuery] Re: Bug in hover()?

2009-01-16 Thread ezod
stupid me ;) thanks a lot ricardo. greetz ezod On 15 Jan., 18:19, Ricardo Tomasi wrote: > you have to unbind('mouseenter').unbind('mouseleave') > > - ricardo > > On Jan 15, 1:15 pm, ezod wrote: > > > Hi all, > > > I tried the followin

[jQuery] Bug in hover()?

2009-01-15 Thread ezod
Hi all, I tried the following: // bind hover (works!) $("foobar").hover( function () { //do something }, function () { //do something else } ); // unbind hover (works!) $("foobar").unbind("mouseover").unbind("mouseleave"); // rebind hober (works not!) $("foobar").hover( funct