Guest User

Untitled

a guest
May 16th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. function imgStepper()
  2. {
  3. var position = '';
  4. switch( $('myform').down().id ){
  5. case 'yearBuilt': position = '100px 0px'; break;
  6. case 'burglarAlarm': position = '200px 0px'; break;
  7. case 'CVA': position = '300px 0px'; break;
  8. case 'deductible' : position = '400px 0px'; break;
  9. case 'lo': position = '500px 0px'; break;
  10. }
  11.  
  12. $("myImagePlaceHolder").setStyle('background-position:' + position );
  13. }
Add Comment
Please, Sign In to add comment