inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Nov 22, 2020 15:42:33 GMT -8
what I want to do is hide and show the shoutbox in my plugin on a custom page. I'm using this:
$(function(){ if(url==""){ $('#God').hide(); $('#com').hide(); $('.shoutbox.container').hide(); $('#mes').show(); $('#stop').show(); }else{ $('#God').show(); $('#com').show(); $('.shoutbox.container').show(); $('#mes').show(); $('#stop').hide(); } }); For some reason the shoutbox does not show can I get some help please?
|
|
inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Dec 7, 2020 13:19:37 GMT -8
Bump
|
|