forked from 0x2620/oxjs
allow for vertical scrolling of calendar (mouse and keyboard)
This commit is contained in:
parent
263d8ea02c
commit
acef6a822a
3 changed files with 45 additions and 12 deletions
|
|
@ -8,6 +8,9 @@ Ox.JQueryElement <function> Wrapper for jQuery
|
|||
$element <object> jQuery DOM Element
|
||||
@*/
|
||||
|
||||
// fixme: it seems that children(), find() etc. don't work directly,
|
||||
// and still have to be called on the $element
|
||||
|
||||
Ox.JQueryElement = function($element) {
|
||||
var that = this;
|
||||
//@ id <number> Unique id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue