views:

14

answers:

0

Hello,

I use the jquery numeric plugin to allow only numbers to be typed in some fields.

$("input.numeric").numeric();

I want to disable this function dynamically in some cases, to allow the user to type others characters (i.e. letters). I tryed to use the unbind() or undelegate() functions without success.

Does anyone know the solution ? Thanks