Elroy Shilling
Results
2
comments of
Elroy Shilling
Thank you for your reply, the after-callback function works great for me: afterDelete: function(tag) { $.post( "server_path/delete_tags.php", { id: "", tag: tag } ); }, afterAdd: function(tag) { $.post( "server_path/add_tags.php",...
Hi there, I have tested the wizard with Ajax content loading: the stepContainer does not grow with dynamic content??? 