When you blur the inputs the logs returns

# BLUR => first myClass options key : null
# BLUR => first myClass param : null

Instead of return the real values

Also you can test to log "this" :

'onBlur':function(that){
      console.log(this);
}

And you'll see that "this" is not "updated"


On 10 jan, 15:21, אריה גלזר <[email protected]> wrote:
> this works for me. what is it that you think is failing?
>
> On Thu, Jan 6, 2011 at 1:08 PM, Neilime <[email protected]> wrote:
>
> > Here is the exemple :
> >http://jsfiddle.net/neilime/8ebwd/
>
> --
> Arieh Glazer
> אריה גלזר
> 052-5348-561http://www.arieh.co.ilhttp://www.link-wd.co.il

Reply via email to