Ionel Crisu
Ionel Crisu
I have a similar problem, loadContent does not seem to work properly: `$.afui.loadContent('#item'); af.ui.js:983 Uncaught TypeError: from.end(...).run is not a function(…)` the seems to come from line 983-> `}).run(transition+"-out");`
I found the solution / workaround for this one, it seems that if you don't pass an anchor param to the loadContent method on line 667 it tries to create...
@GitCod-Man the above has worked for me, sorry I did not have your problem. As I recall I have dynamically created a div with an generated ID, and it worked.