[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] Re: ZKOSS uses scriptaculous

2008-09-08 Thread MorningZ
"Maybe leave this shortcut to the higher level, let applicationbuilders define $ to there liking" And it is. by using "noConflict" http://docs.jquery.com/Using_jQuery_with_Other_Libraries include the jQuery file *first*, wire up the no conflict, then continue including other stuff (script

[jQuery] Re: ZKOSS uses scriptaculous

2008-09-08 Thread Alexandre Plennevaux
this should be useful for you: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Alexandre Plennevaux LAb[au] http://www.lab-au.com On Mon, Sep 8, 2008 at 3:30 PM, Huub <[EMAIL PROTECTED]> wrote: > > We cannot include jquery.js in a ZK page, because of $ > I deleted the $ = jQuery defi