I think the following like may explain the problem you're experiencing (if I'm understanding the problem correctly): http://www.learningjquery.com/2008/03/working-with-events-part-1
On Apr 2, 3:07 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > "the issue we're experiencing is that in some cases $ > (obj).draggable() > is fine, and then in other cases (like inside of the callback > of .load()), $(obj).draggable() errors out, throwing "not a > function..." > > --adam " > > Well, sometimes, but Drake has described my main problem. I can make > the dynamically-inserted code work by redeclaring my jQuery events, > but this just seems like an impractical way od doing things to > me...the javascript is already loaded into memory and sitting there, > ready to be used. Can't we just re-invoke it? > Steve