The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Keep div hidden on different page
I currently have this code:
Code:
$(document).ready(function(){ $("#hide").click(function(){ $("#menu").hide(500); }); $("#show").click(function(){ $("#menu").show(500); }); }); |
Благодарность от: | ||
the one |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|