Now, I'm trying to use a jquery effect... animate, but when I try to access this.changeEffectDuration in my jquery function parameters it won't work unless I eval it., so it looks likes this....
cObjs.eq(B).animate(
{left:slideDistance},
{
duration:eval(this.changeEffectDuration),
Is there anyway to get this.changeEffectDuraction in there without eval?
Thanks

New Topic/Question
Reply



MultiQuote






|