[jQuery] Problems with alphanumeric plugin

[jQuery] Problems with alphanumeric plugin


Hi! i need some help with alphanumeric plugin. I have a couple of
inputs that i want to only permit numbers to be write there, so i´m
using this plugin, but the problem is that i can only prevent user
from enetering characters non numeric in the first input, but nothing
happens with the others... i am using something like this:
$("#TestcollectorUrl").numeric();
$("#TestTestInterval").numeric();
$("#TestcollectorTimeout").numeric();
.
.
.
.
any ideas are welcome! thanks!