Advertisement
Guest User

Untitled

a guest
May 31st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
  5. </head>
  6. <body style="padding:200px">
  7.  
  8. <input type="text" id="InstallmentNumber-103">
  9. <div class="money minus">
  10.  
  11. 12.23
  12. </div>
  13.  
  14. <div class="money minus">
  15.  
  16. 12.22
  17. </div>
  18.  
  19.  
  20. <button class="NavigationButtonPrev" onclick="alert('previous')"/>
  21. <button class="BoxButtonOK" onclick="alert('OK')"/>
  22. <button class="NavigationButtonNext" onclick="alert('next')"/>
  23.  
  24.  
  25. </body>
  26.  
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement