Hi all
I am getting the error message as ino bootstrap.min.js file the message is: JavaScript runtime error: Bootstrap's JavaScript requires jQuery. So could some one help me to fix this issue as this problem appear when i run my web application and visual studio open the bootstrap.min.js and showing the message error as i mention above.
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: 'ar,bg,bs,ca,cs,da,de,el,en,es,et,fa,fi,fr,hi,hr,hu,hy,id,is,it,iw,ja,ko,la,lt,lv,ms,nl,no,pl,pt,ro,ru,sk,sl,sr,sv,ta,th,tl,tr,zh-CN,zh-TW', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, multilanguagePage: true }, 'google_translate_element');
}
window.twttr = (function (d, s, id) { var t, js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return } js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } }) } (document, "script", "twitter-wjs"));
Gowtham KPosted Oct 31, 2015, 10:31 PM
Hi Mahamod,
I am not sure how you order the jquery files because the HTML source code is not well formatted
You should keep the
or it's CDN at top of the order
then, you should place the bootstrap js libraries in you HTML source code
The order should be like this,