Thanks. Worked like a Charm

On Jan 29, 12:00 am, Alexsandro_xpt <bagul...@gmail.com> wrote:
> Just Find line with "li[" You will found line within jQuery
> expressions like that:
>
> $list.find("li[" + settings.valueAttr + "='"+ value +"']");
>
> Remove the ' char before and behind of + value + .
>
> I wish help you.
>
> On 28 jan, 05:53, WobblyBob <hurrican...@gmail.com> wrote:
>
> > i just stumbeled across the same problem is there any chance of you
> > providing the lines that you altered to solve the problem
>
> > On Jan 28, 6:32 am, Alexsandro_xpt <bagul...@gmail.com> wrote:
>
> > > Problem solved.
>
> > > The problem is with Selector [attribute=value] sintax which this empty
> > > comparison don't work.
>
> > > On 27 jan, 18:23, Alexsandro_xpt <bagul...@gmail.com> wrote:
>
> > > > I using the at mcDropdown  (http://www.givainc.com/labs/
> > > > mcdropdown_jquery_plugin.htm) but it don't work in jQuery 1.3.1.
>
> > > > Firebug show me error at this line:
>
> > > > thismenu.closeMenu();
>
> > > > And this is reference to:
> > > > $.mcDropDownMenu = function(el, list, options){
> > > >                 var $self, thismenu = this(.....);
>
> > > > And $.mcDropDownMenu has lot private function just like .closeMenu().
> > > > But the reference for thismenu = this don't call it raising a error in
> > > > firebug:
> > > > this.closeMenu is not a function
> > > > [Break on this error] this.closeMenu();
>
> > > > How can I fix it?

Reply via email to