[jQuery] Re: When using append() , appended content is not "treated" by jquery

2009-06-14 Thread Eric-Sebastien Lachance
Thanks a lot Charlie, livequery() is precisely what I needed, it works great this way! Cheers, Eric. On Jun 14, 7:22 pm, Charlie wrote: > problem is events won't trigger on new element introduced to DOM after > document ready has fired  unless you use live()  or livequery(), > these allow to b

[jQuery] When using append() , appended content is not "treated" by jquery

2009-06-14 Thread Eric-Sebastien Lachance
Sorry if the subject is somewhat hard to understand, but if I had the proper terminology, I probably would have found an answer through google. So here's the problem. Within my HTML I have the following div: Test Entry Test Details

[jQuery] Re: append() does not properly resize div when adding content

2009-06-12 Thread Eric-Sebastien Lachance
be 100px tall, so it doesn't matter how much content is inside it. > try replacing height: 100px with float: left; > > On Jun 12, 11:38 am, Eric-Sebastien Lachance > wrote: > > > Hello, > > > I'm creating a page that lists the available songs that I have for

[jQuery] append() does not properly resize div when adding content

2009-06-12 Thread Eric-Sebastien Lachance
Hello, I'm creating a page that lists the available songs that I have for karaoke, and I'm having some difficulties with formatting. I'm using jquery to retrieve an XML created by php, and outputting it to the html page using jquery's append() function. However, when I do this, the DIV that conta