[PunBB] Categories toogle script
3 posters
Page 1 of 1
[PunBB] Categories toogle script
I need the script for categories toogle
Can any one help me?
Can any one help me?
Last edited by Gyzmo on Mon Dec 19, 2011 5:20 pm; edited 1 time in total
Re: [PunBB] Categories toogle script
Hi Gyzmo! What about this:
- Code:
<script src="http://code.jquery.com/jquery-1.6.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('#clickme').click(function() {
$('#book').fadeToggle("slow", "linear");
});
});
</script>
<style type="text/css">
#book{display:none;}
</style>
<div id="clickme">Click here</div>
<img id="book" src="http://i86.servimg.com/u/f86/11/96/49/61/blank_10.gif"/>
Guest- Guest
Re: [PunBB] Categories toogle script
In the index_box template. Like this:svanirox wrote:Gassy
where to put the script ?
This code put before all codes you have there:
- Code:
<script src="http://code.jquery.com/jquery-1.6.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('#clickme').click(function() {
$('#book').fadeToggle("slow", "linear");
});
});
</script>
<style type="text/css">
#book{display:none;}
</style>
- Code:
<div id="clickme">Click here</div>
<img id="book" src="http://i86.servimg.com/u/f86/11/96/49/61/blank_10.gif" />
Guest- Guest
Re: [PunBB] Categories toogle script
I solved the problem from another site . Thank you anyway Gassy.
Re: [PunBB] Categories toogle script
Solved | Archived
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Suggested Script (Need Someone that can read script)
» Categories forums color change with css code on a PunBB forum?
» register Script (I Need The Script)
» Forum Chat - Toogle On/Off
» Where would i add this script?
» Categories forums color change with css code on a PunBB forum?
» register Script (I Need The Script)
» Forum Chat - Toogle On/Off
» Where would i add this script?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum