Posts

Showing posts from June, 2013

JQuery

I have used Jquery and Java script to implement the following development.. case : Need to create a table (table already created )  which can dynamically insert Row by Row and edit the row Necessarily . //---------------------------My CSS: ---------------------------------------------------- .tblTamplate {     border-style: ridge;      width:600px;      border-width:thin;     } .tblRowTamplate {         border-style: ridge;      width: 200px;         border-width:thin;             }       .tblHeadRowTamplate {         border-style: ridge;      width: 200px;      height:15px;      border-width:thin;      ...