Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $('#adresa1_diacritice').click(function(){
  2. $('#adresa1').getkeyboard().reveal();
  3. });
  4.  
  5. jQuery(function($) {
  6. $('#adresa1').keyboard({
  7. layout: 'custom',
  8. position: {
  9. my: 'center bottom-12',
  10. at2: 'center top',
  11. of: null,
  12. collision: 'flip flip'
  13. },
  14. customLayout: {
  15. 'default': [
  16. 'u0102 u00C2 u00CE u0218 u021A',
  17. 'u0103 u00E2 u00EE u0219 u021B'
  18. ]
  19. },
  20. css: {
  21. input: 'css_formular'
  22. },
  23. openOn: '',
  24. restrictInput: false,
  25. alwaysOpen: false,
  26. stayOpen: false,
  27. autoAccept: true,
  28. usePreview: false,
  29. tabNavigation: true,
  30. preventPaste: false,
  31. maxLength: false,
  32. useCombos: false
  33. });
  34. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement