I want to know what value holds in this.id
.
<input id='edit" + id + "' type='button' value='Edit' onclick=edit(this.id) />"
The button calls edit().
So, shall i write var newid = id;
to get the ID value of edit button.
Thanks
I want to know what value holds in this.id
.
<input id='edit" + id + "' type='button' value='Edit' onclick=edit(this.id) />"
The button calls edit().
So, shall i write var newid = id;
to get the ID value of edit button.
Thanks