How to perform validation just before form submitting

How to perform validation just before form submitting

I'm using jQuery validation plugin. There is a form in which there are different inputs fields, whose values are changed dynamically on form submit. It is necessary to check these values using the plugin.
How to make the plugin checked the form before sending data to the server, but
after the values of dynamic fields changed?