i have tried each script by itself and it works fine. the accordian script works when used by itself and even if there is no accordian object on the page it works witout throwing an error. it just seems to throw an error when the innerfade script is used.
anyone have any ideas or used these 2 scrpits together. I would be forever in your debt! :) thanks! On Jul 27, 12:52 am, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Jul 26, 11:19 pm, Aaron <[EMAIL PROTECTED]> wrote: > > > ok si i tried different ways of the above code with the > > if( $j('#SpeakerDIV').length ) but i can not seem to figure out how to > > get it to work. > > i don't personally use either of the plugins you're working with, so i > can't say too much more about it - my guesses so far were based on the > error message and code you posted. Your call to $j('#SpeakerDIV') > returns an array of elements (or an array-like object), and if there > are no elements then (.length==0). So, in theory, the above code > "should" work for you. > > :?