Hi,
I have a lot of elements with chstom attributes, i subscribe keypress in one function, but i don't know which control fires this event, it would be nice ti send also source control:
if ($.isFunction(re))
{
ok = re.call(this, cc, add control or even e there);
}
else
{
ok = re.test(cc);
}
Hi, I have a lot of elements with chstom attributes, i subscribe keypress in one function, but i don't know which control fires this event, it would be nice ti send also source control: