Whi this code doesn't work
Hi every, I have this HTML code:
- <input type="text" name="product_description[1][name]" id="product_description[1][name]" size="100" value="" />
and then have this jQuery code:
- $(function(){
- $("#product_description[1][name]").val("Something wrote here");
- });
But the INPUT never is populated, why?