Advertisement
Guest User

Untitled

a guest
May 4th, 2010
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. $("#lectures").find("input:last").focus();
  2. Object
  3. 0: HTMLInputElement
  4. accept: ""
  5. accessKey: ""
  6. align: ""
  7. alt: ""
  8. attributes: NamedNodeMap
  9. autofocus: false
  10. baseURI: "http://vv.cominar.com/compteurs/index.php?sModule=lectures"
  11. checked: false
  12. childElementCount: 0
  13. childNodes: NodeList (0)
  14. children: HTMLCollection (0)
  15. className: ""
  16. clientHeight: 18
  17. clientLeft: 2
  18. clientTop: 2
  19. clientWidth: 127
  20. contentEditable: "false"
  21. defaultChecked: false
  22. defaultValue: ""
  23. dir: ""
  24. disabled: false
  25. draggable: false
  26. files: null
  27. firstChild: null
  28. firstElementChild: null
  29. form: null
  30. formNoValidate: false
  31. id: ""
  32. indeterminate: false
  33. innerHTML: ""
  34. innerText: ""
  35. isContentEditable: false
  36. jQuery1272979232644: 15
  37. lang: ""
  38. lastChild: null
  39. lastElementChild: null
  40. localName: "input"
  41. max: ""
  42. maxLength: 524288
  43. min: ""
  44. multiple: false
  45. name: "VAcum"
  46. namespaceURI: "http://www.w3.org/1999/xhtml"
  47. nextElementSibling: null
  48. nextSibling: null
  49. nodeName: "INPUT"
  50. nodeType: 1
  51. nodeValue: null
  52. offsetHeight: 22
  53. offsetLeft: 1
  54. offsetParent: HTMLTableCellElement
  55. offsetTop: 3
  56. offsetWidth: 131
  57. onabort: null
  58. onbeforecopy: null
  59. onbeforecut: null
  60. onbeforepaste: null
  61. onblur: null
  62. onchange: null
  63. onclick: null
  64. oncontextmenu: null
  65. oncopy: null
  66. oncut: null
  67. ondblclick: null
  68. ondrag: null
  69. ondragend: null
  70. ondragenter: null
  71. ondragleave: null
  72. ondragover: null
  73. ondragstart: null
  74. ondrop: null
  75. onerror: null
  76. onfocus: null
  77. oninput: null
  78. oninvalid: null
  79. onkeydown: null
  80. onkeypress: null
  81. onkeyup: null
  82. onload: null
  83. onmousedown: null
  84. onmousemove: null
  85. onmouseout: null
  86. onmouseover: null
  87. onmouseup: null
  88. onmousewheel: null
  89. onpaste: null
  90. onreset: null
  91. onscroll: null
  92. onsearch: null
  93. onselect: null
  94. onselectstart: null
  95. onsubmit: null
  96. ontouchcancel: null
  97. ontouchend: null
  98. ontouchmove: null
  99. ontouchstart: null
  100. outerHTML: "<input type="text" name="VAcum" value="" style="width: 98%; background-color: red; ">"
  101. outerText: ""
  102. ownerDocument: HTMLDocument
  103. parentElement: HTMLTableCellElement
  104. parentNode: HTMLTableCellElement
  105. pattern: ""
  106. placeholder: ""
  107. prefix: null
  108. previousElementSibling: null
  109. previousSibling: null
  110. readOnly: false
  111. required: false
  112. scrollHeight: 16
  113. scrollLeft: 0
  114. scrollTop: 0
  115. scrollWidth: 127
  116. selectionEnd: 0
  117. selectionStart: 0
  118. size: 20
  119. src: ""
  120. step: ""
  121. style: CSSStyleDeclaration
  122. tabIndex: 0
  123. tagName: "INPUT"
  124. textContent: ""
  125. title: ""
  126. type: "text"
  127. useMap: ""
  128. validationMessage: ""
  129. validity: ValidityState
  130. value: ""
  131. valueAsDate: null
  132. valueAsNumber: NaN
  133. willValidate: true
  134. __proto__: Object
  135. context: HTMLDocument
  136. length: 1
  137. prevObject: Object
  138. selector: "#lectures input:last"
  139. __proto__: Object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement