woocommerce/assets/js/frontend
Kevin Killingsworth 81d186000d Fix cart update field enter on submit for IE
Fix for issue #11811
https://github.com/woothemes/woocommerce/issues/11811

IE handles hitting <ENTER> on an input field differently than
Chrome or Firefox in that it finds the nearest submit button
and fires the event from it instead of the actual text field
from which the user hit <ENTER>.

This commit catches the <ENTER> key event before the submit happens
and forces the cart_submit handling on that event instead.
2016-09-22 16:52:23 -04:00
..
add-payment-method.js Fixed all jshint errors #4680 2015-07-10 02:13:30 -03:00
add-payment-method.min.js Minify files 2016-07-14 15:48:11 +02:00
add-to-cart-variation.js Dupe comment 2016-08-12 10:39:21 +01:00
add-to-cart-variation.min.js Fix jshint errors and minifies the script 2016-08-11 01:22:06 +01:00
add-to-cart.js Comment and minify 2016-03-12 08:37:02 +00:00
add-to-cart.min.js Minify files 2016-07-14 15:48:11 +02:00
address-i18n.js Make state label revert after change 2016-06-01 11:22:55 +01:00
address-i18n.min.js Make state label revert after change 2016-06-01 11:22:55 +01:00
cart-fragments.js Update mini cart after back button page load 2016-08-10 11:35:44 +01:00
cart-fragments.min.js Update mini cart after back button page load 2016-08-10 11:35:44 +01:00
cart.js Fix cart update field enter on submit for IE 2016-09-22 16:52:23 -04:00
cart.min.js Fix cart update field enter on submit for IE 2016-09-22 16:52:23 -04:00
checkout.js Added data to be passed in `updated_checkout` event handler. 2016-09-08 16:17:37 +07:00
checkout.min.js Added data to be passed in `updated_checkout` event handler. 2016-09-08 16:17:37 +07:00
country-select.js Replace size with length 2016-03-01 13:08:25 +00:00
country-select.min.js Replace size with length 2016-03-01 13:08:25 +00:00
credit-card-form.js frontend credit-card-form jshinted and coding standards 2014-03-19 15:46:59 -07:00
credit-card-form.min.js Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-20 15:47:52 +00:00
geolocation.js Improved how geolocation js check for pages where shouldn't load 2015-11-04 01:51:54 -02:00
geolocation.min.js Improved how geolocation js check for pages where shouldn't load 2015-11-04 01:51:54 -02:00
lost-password.js Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
lost-password.min.js Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
password-strength-meter.js Fixed password-strength-meter.js' checkPasswordStrength function not being encapsulated into the wrapper 2016-03-21 17:26:33 +01:00
password-strength-meter.min.js Remove backslash 2016-03-23 14:28:45 +00:00
price-slider.js Fixed coding standards in assets/js/frontend/price-slider.js 2015-06-29 17:09:34 -03:00
price-slider.min.js Minify price-slider.js 2015-06-29 17:08:02 -03:00
single-product.js Grouping of delegated events together 2016-04-19 10:00:16 +08:00
single-product.min.js Minify files 2016-07-14 15:48:11 +02:00
tokenization-form.js Code tidy 2016-06-24 12:39:13 +01:00
tokenization-form.min.js Code tidy 2016-06-24 12:39:13 +01:00
woocommerce.js Created assets/js/frontend/password-strength-meter.js #9319 2015-10-09 13:31:47 -03:00
woocommerce.min.js Created assets/js/frontend/password-strength-meter.js #9319 2015-10-09 13:31:47 -03:00