Advertisement
Jodyone

teleport.js

May 11th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * dropdown menu for teleport
  3.  */
  4. {
  5.          for (var k =0; k < HOUSES.length; k++)
  6.          {
  7.               Var house = HOUSES[k];
  8.          }
  9.          Var html = "<ol start ='0'>";
  10.          for (var l =0; l < Houses.length; l++)
  11.          {
  12.                html +=   "<select><option value='"+house+"'>"+house+"</option>"
  13.          
  14.          }
  15.          html += "</ol>";
  16.          $(#teleport)html.(html);
  17.    
  18.        
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement