[mochikit] Re: Anyone Else Interested in a New Synthesized "onReady" Event (ala JQuery)?

2008-05-06 Thread Felipe Alcacibar B
ode] On 7 mayo, 00:12, Felipe Alcacibar B <[EMAIL PROTECTED]> wrote: > MochiKit is wonderful, as you wrote ir, but is the base, you can made > too much things, but you may need read or investigate some more time > like jQuery. > > I prefer call it domready, because it is when dom

[mochikit] Re: Anyone Else Interested in a New Synthesized "onReady" Event (ala JQuery)?

2008-05-06 Thread Felipe Alcacibar B
MochiKit is wonderful, as you wrote ir, but is the base, you can made too much things, but you may need read or investigate some more time like jQuery. I prefer call it domready, because it is when dom nodes are loaded, i use this code to implement domready, and i not have any problem. [code] va

[mochikit] Re: problem with getElementPosition

2007-12-03 Thread Felipe Alcacibar B
e a > > very simple test to see what the problem is, and even then, I'm not > > sure if we could work around it. > > > Beau > > > On 1-Dec-07, at 7:11 PM, Felipe Alcacibar B wrote: > > > > I'm creating a dinamic menu Object with MochiKit all work

[mochikit] problem with getElementPosition

2007-12-01 Thread Felipe Alcacibar B
I'm creating a dinamic menu Object with MochiKit all works fine, but in getElementPostition i got some troubles with the position that it gives to me. i'm using the follow html structure to cerate the menu. menu 1 menu 1-1 But

[mochikit] setOpacity, MSIE and tr

2007-11-08 Thread Felipe Alcacibar B
Hi, i am a happy user of MochiKit, well, i need to apply opacity filter to a tr element, (table row) but it works in firefox and do not work on MSIE, i cannot understand why, then when i read the msfn, i got it, the problem is the "opacity filter" does not work on tr elements, and then i made some

[mochikit] help with httprequest

2007-11-01 Thread Felipe Alcacibar B
Hi. I am using jsCalendar as a calendar widget, but before write the calendar i need get the holidays vía xhr. The Deferred Object calls asynchronusly, and then loads the calendar before i fetch and parse the request. I need a method to get with xhr, but blocking the loading of the page while i

[mochikit] More examples

2007-10-12 Thread Felipe Alcacibar B
I have looking for graphical toolkits for javascript, the mochikit toolkit is impressive i use it and solution me much problems. But i won't to see more examples to the graphical improves or graphical efects, mochikit is very productive, but is big, have lot of functionality that i ignore, have s