NPM page shows me that the latest version is 0.4.0, but on ACP plugins page and even with npm install the latest version is 0.3.4.
I have noticed since some time ago that there is always a delayed version with this plugin.
How to fix this?
hello there, I have tried to add a widget to my forum , but it load the widget html in a async way, so when I pick a dom in $(document).ready(function(){ $('some dom').dosth()})
,I cant obtain the dom because the widget html dom haven't load yet.
how can i solve this, very grateful if any help , much thanks
Why you still use async way? waiting the document to be ready is needed.