jquery - Why Chosen.js does not work in awsAccordion.js? -


i have problem select boxes created using chosen.js inside list accordion created using awsaccordion.js.
in website select works fine inside accordion when click on select select option drop down hidden (as shown in this screenshot) because accordion div overflow:hidden, tried solve issue solutions listed in github , solution neither of these works. , when close accordion awsaccordion crashes.

why chosen doesn't work inside awsaccordion?

the fiddle: http://jsfiddle.net/8tcjq/1/

thank help!
best regards.

i guess problem lies in source of awsaccordion.

when using horizontal accordion <div/> children of <li/> css applied to.

for (i = 0; < $(headlis).parent().find('li').length; i++) {   $(headlis).parent().find('li').eq(i).css({     'width': settings.cssattrshor.liwidth + 'px',     'height': settings.cssattrshor.liheight + 'px'   }).find('div').css({     'left': settings.cssattrshor.liwidth + 'px',     'width': methods.calcdivwidthhor() + 'px',     'height': settings.cssattrshor.liheight + 'px'   }); } 

but breaks display of chosen (and lot of other html placed inside accordion) seen in fiddle.

and see when @ repository of awsaccordion there 2 watchers, 3 stars , 3 forks, interpret not tested or used library. guess problems awsaccordion , not chosen.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -