skip to Main Content

javascript dynamic table filling – Jquery

I have multiple arrays lets say: var animals = ["cow","horse","rabbit","elephant","donkey","monkey","zebra"]; var food = ["apple","banana","pear","melon","grape","peach","pineapple"]; I want to put this in 4-column table dynamically. if click on animals picture the animals array would fill the table, if food, then food array…

VIEW QUESTION

javascript dynamic table filling – Jquery

I have multiple arrays lets say: var animals = ["cow","horse","rabbit","elephant","donkey","monkey","zebra"]; var food = ["apple","banana","pear","melon","grape","peach","pineapple"]; I want to put this in 4-column table dynamically. if click on animals picture the animals array would fill the table, if food, then food array…

VIEW QUESTION
Back To Top
Search