jQuery accordion and bootstrap carousel on same page doesn't work. If one works then other doesn't.
I tried with different jQuery versions but can't find a way for them to work together. Anyone has any idea?
jQuery accordion and bootstrap carousel on same page doesn't work. If one works then other doesn't.
I tried with different jQuery versions but can't find a way for them to work together. Anyone has any idea?
I guess they have some names in common. Try using the jquery's noConflict
to reset the usage of $
.
The problem was not with the carousel or accordion. It was the radio button click event not working. The solution was found at: click event not firing within a bootstrap radio button group
Thank you all for your valuable time.