Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I am creating HTML based on the response from ajax call. I need to include one of the components those many times based on the response of ajax call.
var ajaxCallResp = [object,object,..];
I am using slick js for carousel behavior. For each object in "ajaxCallResp", I need to create the component with different ID in javascript.
Can you please let me know how to achieve?
Solved! Go to Solution.
It won't work,
data-sly-resource gets compiled at server, so JS at browser wont have any control
View solution in original post
Views
Likes
Replies