So I have loaded the bootstrap.js as well as the jQuery.js file in external resources. I wonder why I am not getting the hamburger menu to toggle/dropdown on click. Here is the fiddle link for the same
`https://jsfiddle.net/rkhambekar/coeqovhw/3/`
So I have loaded the bootstrap.js as well as the jQuery.js file in external resources. I wonder why I am not getting the hamburger menu to toggle/dropdown on click. Here is the fiddle link for the same
`https://jsfiddle.net/rkhambekar/coeqovhw/3/`
Just drag the reference of the jquery.min.js from bottom to the top before bootstrap.min.js in the External Resources in the same fiddle itself and you will get it working.