"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