Jquery table cell
Posted
by Parhs
on Stack Overflow
See other posts from Stack Overflow
or by Parhs
Published on 2010-03-24T08:02:45Z
Indexed on
2010/03/24
8:03 UTC
Read the original article
Hit count: 361
Hello...This code produces a mess... What am i doing wrong???
cell=$("<td>");
if(normal.exam_type=="Exam_Boolean")
{
var input=cell.append("<input>").last();
input.attr("type","hidden");
input.attr("name","exam.exam_Normal['" +normal_id_unique + "'].boolean_v");
input.attr("value",normal.normal_boolean);
© Stack Overflow or respective owner