Revision: 48935
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 13, 2011 03:38 by amandalaine
Initial Code
if (tab_selected == 0) {
$("td#leftNav").height(tab1 + extra_height)
alert(tab_selected)
return false
} else if (tab_selected == 1)
{
$("td#leftNav").height(tab2 + extra_height + 10)
alert(tab_selected)
return false
}
else
{
$("td#leftNav").height(tab3 + extra_height + 50)
alert(tab_selected)
return false
}
Initial URL
Initial Description
Initial Title
If Else If Else
Initial Tags
javascript
Initial Language
JavaScript