On Jul 25, 5:03 pm, Aaron <[EMAIL PROTECTED]> wrote:
> jQuery(":first-child", this)[0] has no properties
...
> [Break on this error] header: jQuery(':first-child', this)
> [0].tagName // take first childs tagName ...

As i understand it (possibly incorrectly), the problem is that :first-
child is returning no elements, which means that there are no elements
to select. That suggests that the HTML is not structured how the
Accordion wants it to be structured.

Reply via email to