Urbrohasan
Joined : 2011-12-30 Posts : 3 Warn : 0% Location : Tamil nadu, India
| Subject: want gud show/hide toggle js Fri Dec 30, 2011 9:22 pm | |
| can u give show/hide javascript for me?
like this forum's fast reply button |
|
Treyarch
Joined : 2011-08-25 Posts : 1705 Warn : 0% Location : United Kingdom
| Subject: Re: want gud show/hide toggle js Fri Dec 30, 2011 9:27 pm | |
| Must click In the topics - Code:
-
var CopyrightNotice='Notes for your forum. Copyright © by EmperorAdam. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without direct permission from Zero (EmperorAdam@live.co.uk). This entire copyright notice must remain in the original, copied, or modified script';$(function() { var qr=document.getElementById('quick_reply'); qr.style.display="none"; $('#Newtopic').parent().before('<a onclick="$(\'#quick_reply\').toggle();" class="toggleQR"><img align="right" src="http://i40.servimg.com/u/f40/16/80/87/00/fast_r10.png"/></a>'); }); Css Code - Code:
-
.toggleQR { float:left; border:1px solid; padding:1px; border-radius:1px; color:#B7CEEC; font-weight:bold; } .toggleQR:hover { color:#B7CEEC; } |
|
Urbrohasan
Joined : 2011-12-30 Posts : 3 Warn : 0% Location : Tamil nadu, India
| Subject: Re: want gud show/hide toggle js Fri Dec 30, 2011 9:31 pm | |
| Thanks |
|
slg
Joined : 2011-12-25 Posts : 176 Warn : 0% Location : Texas
| Subject: Re: want gud show/hide toggle js Sat Dec 31, 2011 5:27 am | |
| Why does this code say, "Notes For Your Forum?" - Code:
-
var CopyrightNotice='Notes for your forum. Copyright © by EmperorAdam. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without direct permission from Zero (EmperorAdam@live.co.uk). This entire copyright notice must remain in the original, copied, or modified script';$(function() { var qr=document.getElementById('quick_reply'); qr.style.display="none"; $('#Newtopic').parent().before('<a onclick="$(\'#quick_reply\').toggle();" class="toggleQR"><img align="right" src="http://i40.servimg.com/u/f40/16/80/87/00/fast_r10.png"/></a>'); }); |
|
Treyarch
Joined : 2011-08-25 Posts : 1705 Warn : 0% Location : United Kingdom
| Subject: Re: want gud show/hide toggle js Sat Dec 31, 2011 5:53 am | |
| |
|
slg
Joined : 2011-12-25 Posts : 176 Warn : 0% Location : Texas
| Subject: Re: want gud show/hide toggle js Sat Dec 31, 2011 6:32 am | |
| But should it not say Quick Reply Toggler? |
|
Treyarch
Joined : 2011-08-25 Posts : 1705 Warn : 0% Location : United Kingdom
| Subject: Re: want gud show/hide toggle js Sat Dec 31, 2011 6:49 pm | |
| i do not know |
|
Sponsored content
| Subject: Re: want gud show/hide toggle js | |
| |
|