Revision: 28013
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 29, 2010 14:52 by chetmac
Initial Code
jQuery("#merch .proprice").val(function(index,value){
price = jQuery(this).parents(".row").children(".col1").html();
price=parseFloat(price.substring(1));
price+=3.00
return price;
});
Initial URL
Initial Description
Get the FireQuery (http://firequery.binaryage.com/) extension for firefox and then use this snippet to auto set prices for the merchandise tab.
Initial Title
jQuery + SmugMug Merchandise Price Set
Initial Tags
jquery
Initial Language
ActionScript 3