javascript - How can i duplicate html div while foreach JSON array -
i have json array 5 json objects , have title, description, date attributes.
and information should display in thumbnail have created 1 thumbnail layout in html.
how can duplicate thumbnails while foreaching 5 json array?
i can use javascript or jquery work , need same funcionalty angular *ngfor
i hope can me
use jquery's .clone()
duplicate thumbnail container, json data stuff , use .append()
Comments
Post a Comment