Changeset 112541 in spip-zone
- Timestamp:
- Nov 27, 2018, 6:35:30 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coupons/trunk/formulaires/utiliser_coupon.html
r112539 r112541 28 28 $('.js-appliquer-code').on('click', function(){ 29 29 var $form = $(this).parents('.formulaire_utiliser_coupon').find('form'); 30 console.log($form);31 30 $form.find('input[name="code_coupon"]').val($(this).data('code')); 32 31 $form.submit();
Note: See TracChangeset
for help on using the changeset viewer.