i send you private message but i dont really sure it sent. so i will try here:
i dont have any model website. i develop an application using cordova with jquery mobile and i want to use adobe edge animate insdie the app.
i have page that includes something like "posts". every user can upload as many posts he wish.
every user can see all the user's posts and i want to put on every post animated "like" option.
when user load the posts, I as developer dont know how many posts will be in the page..
i send ajax request to my server and send all the posts back to the client.
i build them(the posts) dynamically in client side(javascript of course). when i build them i put the name, date etc.
that related to every post.(every post have postNumber..).
i want to put the "like" animation too..so i need to put the div dynamically.
(<div id="Stage+postNumber" class="EDGE-123"></div>) thats all.. but like this the div dont include nothing(empty div).
i did a deep research and when i put this div static it works perfect.
i believe thats because when i put it static it a "Symbol" element and when i put it dynamic it is DOM/JQUERY element.
so i need to convert the dynamic div to "Symbol" element or somehow give it all the realted css,animation,etc.
(load the resources).
now you understand my problem? you have any idea how can i acheive it?
Thanks!
Niv.