English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

/* ===================================================
Copyright (c) 2006 Macromedia Inc.
toggleSwitch function
$Revision: 1.1 $
==================================================== */
function togglePlatforms(switchThis) {
if(com.adobe.cssprofile.features.stretch) {
switchThis.className=(switchThis.className=='hidePlatforms adjacent')?'showPlatforms adjacent':'hidePlatforms adjacent'
} else {
switchThis.className=(switchThis.className=='hidePlatforms')?'showPlatforms':'hidePlatforms'
}
}

2007-01-29 08:06:12 · 1 answers · asked by katie k 1 in Computers & Internet Programming & Design

1 answers

It's hard to say exactly what it is because the way you pasted it into Answers cut off part of the script, but it looks like just some kind of JavaScript that swaps CSS styles and maybe some other page elements.

2007-01-29 08:17:30 · answer #1 · answered by Rex M 6 · 0 0

fedest.com, questions and answers