Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery SlideDown not working in chrome Re: Jquery SlideDown not working in chrome

#143201
Paulie_D
Member

I was thinking that but my JQ knowledge is limited to being aware of `change`.

Pen updated. http://codepen.io/Paulie-D/pen/sgjBk

I also was thinking that this

if ($(“.customItemTogHidden”)[0].selectedIndex == 0)

is **way** to specific.

Couldn’t we do something based on the `value`rather than position in the stack.