Hi,
I am repeatedly getting "missing ) after argument list" in firefox.
hash_a is a variable.
$("#details_a").append("</br>"+"Enter Name "+"<input type='text' id='myText' />"+"<input type='button' id='theSubmitButton' value='Edit Name' onclick='edit_data("+hash_a+")\'\'>");
Thanks.