Closed inyeolsohnn closed 10 years ago
I have fixed the issue. I do not understand if this is basic javascript behavior
but initially i called 2 functions in succession on document ready. One getting ajax call and the other being liquid slider init.
It was giving above error.
However when I included the init method call to the end of the ajax method, it was working as intended.
I will be closing this issue after this post.
Thank you very much for this brilliant product.
Regards Inyeol
Hey, sorry I took so long to reply, but glad you figured it out. Let me know if there is anything more.
Basically I'm trying to add dynamic slides into the liquid slider I have been successful being able to add divs without problem.
screenshot of how it looks before liquidslider is called:
Element Inspector of pre liquid slider:
However after activation
the other slides are left out (they don't end up in the right final div)
I have initiated liquid slider when document is ready, to make sure divs are all there before the liquid slider is loaded. I did some inspection, and it seems like my dynamically generated div's are not included in the source html(even though they appear in google element inspector). Do you think this is the cause? Can you suggest any work around