I am using the jQuery Validation plugin for validating my form.
I want to validate the zip code as per US ZIPCode format :-
> 12345
> 12345-678
Zip code validation routines are provide in additional-methods.js but I would question why you ask for country information if you are going to invalidate the form for any country other than the US? Please remember that only about 5% of the worlds population uses a US zipcode. I would recommend you make you postcode validation routines dependent on the country actually selected by the user.