[jQuery] Re: Fire events programmatically

2008-09-12 Thread Huub
Right, is it to be a part of jQuery? I can use the extension Great. Regards, Huub On Sep 9, 4:40 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > Sounds like you may be interested in jquery.simulate: > > http://dev.jquery.com/view/tags/ui/latest/tests/simulate/jq

[jQuery] Re: Fire events programmatically

2008-09-09 Thread Huub
I don't think that trigger() does the trick. First of all i tested it. second, more important, things like createEvent, dispatchEvent,fireEvent do not appear in jQuery.js Regards, Huub On Sep 8, 11:11 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Isn

[jQuery] Fire events programmatically

2008-09-08 Thread Huub
ck is not yet in jQuery, perhaps for a reason? Huub Regards

[jQuery] Re: ZKOSS uses scriptaculous

2008-09-08 Thread Huub
jQuery.noConflict(); alert(jQuery("#${search.uuid}").attr("value")) works great thanks. On Sep 8, 4:54 pm, MorningZ <[EMAIL PROTECTED]> wrote: > "Maybe leave this shortcut to the higher level, let > applicationbuilders define $ to there liking" > > And it is.  by using "noConflict" > >

[jQuery] ZKOSS uses scriptaculous

2008-09-08 Thread Huub
there liking $ = jQuery should not be part of the library Regards, Huub

[jQuery] Re: Exec'ing JS In load()ed content for IE

2007-08-13 Thread huub fleuren
ly will execute. Huub On 8/13/07, starmonkey <[EMAIL PROTECTED]> wrote: > > > I'm using jQuery's load() function in order to pull content from the > server and stick it into a div. > > This content has both html + javascript inside it, and I need to get > the

[jQuery] 1.1.1.3 - 1.1.2 differences on memory cleanup

2007-08-07 Thread Huub
o see memoryusage increase. Closing the windows will then reduce.memory in 1.1.2, on unload, this memory is freed even without code. in 1.1.3.1, on unload, this memory is not freed not even by $.empty() Is this deliberate behaviour? What is the intended behaviour. What is in general the comment on the possibility of memory management by Javascript. Regards, Huub