Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created December 11, 2013 08:31
Show Gist options
  • Save unamashana/7906862 to your computer and use it in GitHub Desktop.
Save unamashana/7906862 to your computer and use it in GitHub Desktop.
success: function( response ) {
if( response.products ) {
$.each( response.products,
function( index, value ) {
$( 'div[name="'+value.product_id+'"]' ).html( value.price );
}
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment