Skip to content

Instantly share code, notes, and snippets.

@mdamaceno
Created September 17, 2014 20:48
Show Gist options
  • Save mdamaceno/24054f4316e0e5b3936b to your computer and use it in GitHub Desktop.
Save mdamaceno/24054f4316e0e5b3936b to your computer and use it in GitHub Desktop.
Formato campos
"<input class='hidden' type='hidden' id='demand_item' name='demand[item][]' value='" + item + "'>" +
"<input class='hidden' type='hidden' id='demand_product_id' name='demand[product_id][]' value='" + product + "'>" +
"<input class='hidden' type='hidden' id='demand_collection_id' name='demand[collection_id][]' value='" + collection + "'>" +
"<input class='hidden' type='hidden' id='demand_color_id' name='demand[color_id][]' value='" + color + "'>" +
"<input class='hidden' type='hidden' id='demand_quantity' name='demand[quantity][]' value='" + quantity + "'>" +
"<input class='hidden' type='hidden' id='demand_width' name='demand[width][]' value='" + width + "'>" +
"<input class='hidden' type='hidden' id='demand_height' name='demand[height][]' value='" + height + "'>" +
"<input class='hidden' type='hidden' id='demand_model_id' name='demand[model_id][]' value='" + model + "'>" +
"<input class='hidden' type='hidden' id='demand_completion_id' name='demand[completion_id][]' value='" + completion + "'>" +
"<input class='hidden' type='hidden' id='demand_system' name='demand[system][]' value='" + system + "'>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment