I need to insert, delete and change the order of elements (div for example) with some basic animation effect when changing data from an updated JSON every x seconds via Ajax.
From this point, I need the data to come from a JSON :: link
Is it possible only with HTML, CSS3 and jquery or do I need to go to some framework?
Thanks for the help.