[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-30 Thread Aaron
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 scr

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Stephan Beal
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

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
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. On Jul 26, 2:05 pm, Aaron <[EMAIL PROTECTED]> wrote: > Great! Thanks so much for the help! > > so is this correct for the call then? > > var $j = jQuery.n

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
Great! Thanks so much for the help! so is this correct for the call then? var $j = jQuery.noConflict(); $j(document).ready(function() { //Function for the Inner Fade News Ticker $j('.NewsLC').innerfade({ animationtype: 'fade', speed: 700,

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Stephan Beal
On Jul 26, 4:48 pm, Aaron <[EMAIL PROTECTED]> wrote: > Is there a way to have it work if there is an element but if no > element on the page dont throw an error? a) hack the plugin source code or b) add a hidden accordion-compatible element to pages which don't normally have one (that would be an

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Aaron
Thanks for the advice! i have tried reversing the order but no luck. the error happens when there is no accordian items on the page. The javascript call is in the template and on every page. Other wise i would have to make a seperate template or modify each page that only has the acordion on it.

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-26 Thread Stephan Beal
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

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Ganeshji Marwaha
Why don't u try reversing the order of call... Call the accordion first and the innerFade next. -GTG On 7/25/07, Aaron <[EMAIL PROTECTED]> wrote: Anyone have ideas on this one? I would greatly appreciate the help! :) On Jul 25, 10:03 am, Aaron <[EMAIL PROTECTED]> wrote: > ok so after lookin

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
Anyone have ideas on this one? I would greatly appreciate the help! :) On Jul 25, 10:03 am, Aaron <[EMAIL PROTECTED]> wrote: > ok so after looking in fire bug it says the error is in the > jquery.accordian.js > > and is > > jQuery(":first-child", this)[0] has no properties > Accordion(Object sho

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
ok so after looking in fire bug it says the error is in the jquery.accordian.js and is jQuery(":first-child", this)[0] has no properties Accordion(Object showSpeed=250 hideSpeed=250 header=div.title)jquery.accordion (line 174) (no name)()Common.js (line 25) e()jquery.js (line 11) e()jquery.j

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Aaron
I can post the url but you have to change your host file since it is a testing site currently until they go live. the url is http://stage.itsyourworld.org/wac/Default.asp and the ip to put in your host file is 63.87.221.69 stage.itsyourworld.org i will also take a look in firefox and see if i ca

[jQuery] Re: Java Errors when using .Accordion and .innerfade - Please help :)

2007-07-25 Thread Stephan Beal
On Jul 25, 4:37 pm, Aaron <[EMAIL PROTECTED]> wrote: > Can someone please help? ... > But this still is not working and giving me an error. If i use just > one of them they work fine but when i try and use both of them i get > this javascript error. > 0.tagname is null or not an object Can you po