Home Forums WoodMart support forum Ajax Product Tab After Loading Ajax content callback Reply To: Ajax Product Tab After Loading Ajax content callback

#201967

[email protected]
Participant

ok i’m happy. there is a release date at the moment?

looking to WordPress documentation should be also a common behavior that is violated in this case.
on this page: https://codex.wordpress.org/AJAX_in_Plugins is mentioned that after any ajax call that insert content in the document a special event must be fired on the dom jQuery( document.body ).trigger( 'post-load' ); that is intended jut for this scope.
anyway is better if you throw an event on the container in wich the content is loaded.

let me now for the release date.

Kind Regards