Whi this code doesn't work

Whi this code doesn't work

Hi every, I have this HTML code:
  1. <input type="text" name="product_description[1][name]" id="product_description[1][name]" size="100" value="" />
and then have this jQuery code:


  1. $(function(){
  2. $("#product_description[1][name]").val("Something wrote here");
  3. });
 But the INPUT never is populated, why?