Tag Archives: javascript

insertRow() – inserting dynamic rows in javascript

Share Summary insertRow inserts a new row in the table. Syntax var row = HTMLTableElement.insertRow(index); HTMLTableElement is a reference to a HTML table element. index is the row index of the new row. row is assigned a reference to the … Continue reading

Posted in javascript | Tagged , , | Leave a comment

checkbox select all function

ShareI created some function for selectall checkbox. It works coz i’ve been using this. obj_chkall – is the object of the checkbox that when you click will check all other checkboxes usually on mails chkbox_name – is the name of … Continue reading

Posted in javascript | Tagged , , | 1 Comment