Changeset 620443
- Timestamp:
- 11/02/2012 06:27:13 PM (13 years ago)
- Location:
- abundatrade-plugin
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from abundatrade-plugin/trunk)
-
tags/1.0.2/abundatrade_pugin.php (modified) (2 diffs)
-
tags/1.0.2/js/remote.js (modified) (4 diffs)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/abundatrade_pugin.php (modified) (2 diffs)
-
trunk/js/remote.js (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abundatrade-plugin/tags/1.0.2/abundatrade_pugin.php
r619946 r620443 2 2 /** 3 3 * @package abundatrade_plugin 4 * @version 1.0. 14 * @version 1.0.2 5 5 * @author Robert Landers (landers.robert@gmail.com) 6 6 */ … … 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 1.0. 112 Version: 1.0.2 13 13 Author URI: http://withinboredom.info 14 14 */ -
abundatrade-plugin/tags/1.0.2/js/remote.js
r619641 r620443 132 132 request.done(function (data) { }); 133 133 request.fail(function (jqXHR, textStatus, errorThrown) { 134 alert("Request failed: " + textStatus + " - " + errorThrown);134 //alert("Request failed: " + textStatus + " - " + errorThrown); 135 135 please_wait(false); 136 136 }); … … 567 567 lname = message.children('#referrals'); 568 568 569 if (val[' ddlReferrals'] == '-1') {569 if (val['hvReferral'] == '-1') { 570 570 jQuery('#referrals').css("border", "solid #ff0000 2px"); 571 571 return false; … … 594 594 }, 595 595 html: 'How did you hear about us?<div class="field">' + 596 '<select id="referrals" name=" ddlReferrals">' +596 '<select id="referrals" name="hvReferral">' + 597 597 '<option value="-1" selected>Please select one.</option>' + 598 598 '<option value="0">Abundatrade Email</option>' + … … 611 611 '<option value="13">Youtube Video</option>' + 612 612 '<option value="14">Other</option></select></div>' + 613 '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name=" Other" value="" placeholder="How you found out about us"/></div></div>' +613 '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name="txtOther" value="" /></div></div>' + 614 614 '<script type="text/javascript">jQuery("#referrals").change(function() { if(jQuery("#referrals").val() == 14) { jQuery("#other").slideDown("slow"); } else { jQuery("#other").slideUp("slow"); } } );</script>' + 615 615 '<label for="promo_code">Promo Code</label><input type="text" name="promo_code" value=""/><br/><br/>' + -
abundatrade-plugin/tags/1.0.2/readme.txt
r619946 r620443 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 10 10 Earn extra income for your site via the Abundatrade affiliate program. The shortcode puts the calculator on your website that shows visitors how much cash they will get for their used CDs, DVDs, and books. … … 63 63 == Changelog == 64 64 65 = v1.0.2 (November 2, 2012) = 66 67 * Fixed a javascript error on list submission 68 * Fixed a referral issue 69 65 70 = v1.0 (November 1, 2012) = 66 71 -
abundatrade-plugin/trunk/abundatrade_pugin.php
r619946 r620443 2 2 /** 3 3 * @package abundatrade_plugin 4 * @version 1.0. 14 * @version 1.0.2 5 5 * @author Robert Landers (landers.robert@gmail.com) 6 6 */ … … 10 10 Description: Earn extra income for your site via the Abundatrade affiliate program! 11 11 Author: withinboredom 12 Version: 1.0. 112 Version: 1.0.2 13 13 Author URI: http://withinboredom.info 14 14 */ -
abundatrade-plugin/trunk/js/remote.js
r619641 r620443 132 132 request.done(function (data) { }); 133 133 request.fail(function (jqXHR, textStatus, errorThrown) { 134 alert("Request failed: " + textStatus + " - " + errorThrown);134 //alert("Request failed: " + textStatus + " - " + errorThrown); 135 135 please_wait(false); 136 136 }); … … 567 567 lname = message.children('#referrals'); 568 568 569 if (val[' ddlReferrals'] == '-1') {569 if (val['hvReferral'] == '-1') { 570 570 jQuery('#referrals').css("border", "solid #ff0000 2px"); 571 571 return false; … … 594 594 }, 595 595 html: 'How did you hear about us?<div class="field">' + 596 '<select id="referrals" name=" ddlReferrals">' +596 '<select id="referrals" name="hvReferral">' + 597 597 '<option value="-1" selected>Please select one.</option>' + 598 598 '<option value="0">Abundatrade Email</option>' + … … 611 611 '<option value="13">Youtube Video</option>' + 612 612 '<option value="14">Other</option></select></div>' + 613 '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name=" Other" value="" placeholder="How you found out about us"/></div></div>' +613 '<div id="other" style="display: none"><label for="Other">Please tell us where you heard about us:</label><br/><div class="field"><input type="text" name="txtOther" value="" /></div></div>' + 614 614 '<script type="text/javascript">jQuery("#referrals").change(function() { if(jQuery("#referrals").val() == 14) { jQuery("#other").slideDown("slow"); } else { jQuery("#other").slideUp("slow"); } } );</script>' + 615 615 '<label for="promo_code">Promo Code</label><input type="text" name="promo_code" value=""/><br/><br/>' + -
abundatrade-plugin/trunk/readme.txt
r619946 r620443 6 6 Requires at least: 3.3 7 7 Tested up to: 3.4.2 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 10 10 Earn extra income for your site via the Abundatrade affiliate program. The shortcode puts the calculator on your website that shows visitors how much cash they will get for their used CDs, DVDs, and books. … … 63 63 == Changelog == 64 64 65 = v1.0.2 (November 2, 2012) = 66 67 * Fixed a javascript error on list submission 68 * Fixed a referral issue 69 65 70 = v1.0 (November 1, 2012) = 66 71
Note: See TracChangeset
for help on using the changeset viewer.