hi friend,
when user click a perticular row i want to add another row below to clicked row .....
pls help.
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
function cloneAfter(currentObj) {
clonedObj = currentObj.cloneNode(true);
parentObj = currentObj.parentNode;
parentObj.appendChild(clonedObj);
nextObj = currentObj.nextSibling;
parentObj.insertBefore(clonedObj, nextObj);
}Users browsing this forum: No registered users and 3 guests