I\'m using jQuery to manipulate form data in an osCommerce instance and I\'m having trouble selecting some elements.
The script generates textareas with the id product_d
$("#product_description\\[1\\]").attr("id", "products_description_1");
is the right code, look at "ID-Selector" on jQuery.com