In trunk. Try it.
On May 29, 4:03 pm, weheh <[email protected]> wrote: > Yes, I can confirm that I can get my app to work using id only and > creating a css entry for that id. Thank you for the suggestion, > stephanl. But, I stick to my conviction that the LOAD helper should be > extended to support a _class arg. Cheers. > > On May 29, 4:44 pm, weheh <[email protected]> wrote: > > > > > > > > > It's possible that might work, although it seems kludgy. I like to use > > id for naming things, not describing how they are to be displayed. > > That's what I use class for. > > > LOAD produces a DIV, so it makes sense it should take a lot or all of > > the same arguments as DIV, including _class. > > > On May 29, 11:13 am, stephanl <[email protected]> wrote: > > > > The LOAD function takes an target argument. I think, this does what you > > > want. > > > > from the book: > > > target is the id id the target DIV. If it is not specified a random target > > > id is generated.

