[jQuery] form onchange event
Hi,
I have a form with submit button.
When I load the form I load the var values in order to fill the form.
Initiallly submit button is disabled...
I would like:
If use change any thing into the form I will like to enable the
button.
I dont' know If there is a event like < form onchage=''>
I need that it works with ie and seems that onghange event doesn't
work.
Maybe adding some event to the form?