I need to delete topic tools and post tools when I load a topic/post and now I use jquery to do this but I'm not satisfy from the result. In fact when I reload the page I see for a nanosecond the components that after there are delete fast. But I want that the user can't see this so anyone can help me to resolve in another way? With some hooks or some method?
a question about async load widget html
-
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.