Changeset 1382204
- Timestamp:
- 03/30/2016 07:13:21 PM (10 years ago)
- Location:
- ec-authorizenet
- Files:
-
- 4 edited
- 1 copied
-
tags/0.3.1 (copied) (copied from ec-authorizenet/trunk)
-
tags/0.3.1/index.php (modified) (1 diff)
-
tags/0.3.1/scripts/ajax_req.js (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/scripts/ajax_req.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ec-authorizenet/tags/0.3.1/index.php
r1339233 r1382204 3 3 Plugin URI: http://ecarobar.com/ec-authorize-net/ 4 4 Description: A plugin of Authorize.net by ecarobar.com 5 Version: 0.3 5 Version: 0.3.1 6 6 Author: Shahzeb Farooq 7 7 Author URI: ecarobar.com -
ec-authorizenet/tags/0.3.1/scripts/ajax_req.js
r1258901 r1382204 1 1 jQuery(document).ready(function($) { 2 jQuery('#image_submit_auth_ajax'). live('click',function(event){2 jQuery('#image_submit_auth_ajax').on('click',function(event){// v0.3.1 replaced .live with .on for jQuery 1.9 3 3 event.preventDefault(); 4 4 var custom_amount = jQuery("#ajaxform input[name=amount_ajax]").val(); -
ec-authorizenet/trunk/index.php
r1339233 r1382204 3 3 Plugin URI: http://ecarobar.com/ec-authorize-net/ 4 4 Description: A plugin of Authorize.net by ecarobar.com 5 Version: 0.3 5 Version: 0.3.1 6 6 Author: Shahzeb Farooq 7 7 Author URI: ecarobar.com -
ec-authorizenet/trunk/scripts/ajax_req.js
r1258901 r1382204 1 1 jQuery(document).ready(function($) { 2 jQuery('#image_submit_auth_ajax'). live('click',function(event){2 jQuery('#image_submit_auth_ajax').on('click',function(event){// v0.3.1 replaced .live with .on for jQuery 1.9 3 3 event.preventDefault(); 4 4 var custom_amount = jQuery("#ajaxform input[name=amount_ajax]").val();
Note: See TracChangeset
for help on using the changeset viewer.