update for jquery 1.9
-
hi like the plugin. but to make it compatible for jquery 1.9 you will need to change
$("#billing_postcode, #shipping_postcode").live("blur.wooCommercePostcodeValidator", function (e) {
to
$("body").on("blur.wooCommercePostcodeValidator", '#billing_postcode, #shipping_postcode' ,function (e) {
on line 5 in your script
- The topic ‘update for jquery 1.9’ is closed to new replies.