Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <style>
  2. .douchebag_safari {
  3. position: fixed;
  4. width: 1px;
  5. left: -50px;
  6. }
  7. .douchebag_safari input {
  8. width: 1%;
  9. border: 0px;
  10. }
  11. </style>
  12. <script>
  13. $(function(){
  14. $('#AppPropertiesForm').on('submit', function () {
  15. "use strict";
  16. $('.js-clear_field').attr('disabled', 'disabled');
  17. });
  18. });
  19. </script>
  20. <div class="douchebag_safari">
  21. <input class="js-clear_field" tabindex="-1" name="e-mail" type="email">
  22. <input class="js-clear_field" tabindex="-1" name="Ecom_User_Password" type="password">
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement