Skip to content

Instantly share code, notes, and snippets.

@sletix
Created September 15, 2009 06:24
Show Gist options
  • Save sletix/187155 to your computer and use it in GitHub Desktop.
Save sletix/187155 to your computer and use it in GitHub Desktop.
for(var count=1;count<=5;count++){
if(count==v){
if(count==5){
s="+";
}
x=x+""+"<a href=# onclick='getSlideValue3("+(count)+");return false;' style=text-decoration:none;><font color=#A7E750>"+count+s+"</font></a>&nbsp;&nbsp;";}
else{
if(count==5){
s="+";
}
x=x+''+"<a href=# onclick='getSlideValue3("+(count)+");return false;' style=text-decoration:none;><font color=white>"+count+s+"</font></a>&nbsp;&nbsp;";
}
}
... and more copy-paste this code for all sliders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment