Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
snippets:shipping:dimensional_weights [2011/12/24 01:28] – [Data entry] adam | snippets:shipping:dimensional_weights [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
name : Dimensional weights #the name of the snippet | name : Dimensional weights #the name of the snippet | ||
description | description | ||
- | versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2 #compatible versions | + | versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0 #compatible versions |
reference_url : http:// | reference_url : http:// | ||
tags_tags | tags_tags | ||
Line 64: | Line 64: | ||
jQuery(document).ready(function() { | jQuery(document).ready(function() { | ||
- | jQuery("# | + | jQuery(document).ajaxComplete(function(event, |
myCustomShipping(); | myCustomShipping(); | ||
}); | }); |