Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello
Can somebody guide me, how I can access table cells using javascript in multipart creation wizard. I have tried getElementById(), but it's getting failed.
Maybe try with document.getElementById("element_name")[0], document.getElementById("element_name")[1] and so on.
getElementById is not working for accessing table cell.