[jQuery] Re: New to jQuery --> Dynamically navigating the DOM

2008-10-16 Thread Jub
ent > children), using the parent as reference. > > For example, why not just stick a class="error" in a and place > your stuff with $('.error').append(errorMessage) ? > > - ricardo > > On Oct 16, 4:55 am, Jub <[EMAIL PROTECTED]> wrote: > > &g

[jQuery] New to jQuery --> Dynamically navigating the DOM

2008-10-16 Thread Jub
. this.parent()/ this.next() returns an error. Any suggestions appreciated - cheers. :-) - Jub

[jQuery] Re: Newbie: Getting Draggable ID in Droppable function

2008-10-12 Thread Jub
ns: > > http://groups.google.com/group/jquery-ui > > Welcome! :) > > - Richard > > On Sat, Oct 11, 2008 at 6:58 PM, Jub <[EMAIL PROTECTED]> wrote: > > > Hi gang, > > > New-ish to JQuery, and I have teething problem. I have a whole bunch > > of dragg

[jQuery] Newbie: Getting Draggable ID in Droppable function

2008-10-11 Thread Jub
Hi gang, New-ish to JQuery, and I have teething problem. I have a whole bunch of draggable items (identified by class="box"), all of which have unique IDs. When they're dragged onto the droppable, I need to get the ID for that unique draggable. Specifically: $(document).ready(function(){ $(".

[jQuery] Re: jQuery.noConflict() --> still have 1 conflict

2008-10-11 Thread Jub
That's probably about all anyone can tell you without seeing an actual test > page. > > -Mike > > > From: Jub > > > Hi gang, > > > I'm currently using both jQuery & Scriptaculous archives. > > (I'm phasing out Scriptaculous, but it'

[jQuery] jQuery.noConflict() --> still have 1 conflict

2008-10-11 Thread Jub
Hi gang, I'm currently using both jQuery & Scriptaculous archives. (I'm phasing out Scriptaculous, but it's happening in stages.) I'm using var jca = jQuery.noConflict(), but one line in particular is still refusing to play with scriptaculous.src: jca(helppanel).hide("slow"); No error message i