[jQuery] Re: How can I fix the mcDropdown plugin to jQuery 1.3.1?

2009-01-28 Thread WobblyBob
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

[jQuery] Re: How can I fix the mcDropdown plugin to jQuery 1.3.1?

2009-01-28 Thread Alexsandro_xpt
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

[jQuery] Re: How can I fix the mcDropdown plugin to jQuery 1.3.1?

2009-01-28 Thread WobblyBob
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

[jQuery] Re: How can I fix the mcDropdown plugin to jQuery 1.3.1?

2009-01-27 Thread Alexsandro_xpt
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.