[jQuery] Re: cfdiv and jQuery

2009-01-31 Thread Richard

It is a coldfusion tag that creates a HTML div tag and lets you use
asynchronous form submission or a bind expression to dynamically
control the tag contents.

On Jan 31, 1:37 am, boermans  wrote:
> On Jan 31, 8:33 am, Richard  wrote:> so I use 
> $('.userListItem:eq(0)') to select the first occurence of a
> > div with the userListItem class. This doesn't work when the item is
> > within a cfdiv, but it does work if I put the item outside a cfdiv.
>
> Sorry, what is a cfdiv?


[jQuery] Re: cfdiv and jQuery

2009-01-30 Thread boermans

On Jan 31, 8:33 am, Richard  wrote:
> so I use $('.userListItem:eq(0)') to select the first occurence of a
> div with the userListItem class. This doesn't work when the item is
> within a cfdiv, but it does work if I put the item outside a cfdiv.
>
Sorry, what is a cfdiv?