Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi i am still getting the error message as i mention into my post in file bootstrap.min.js


HTML
<script src="http://code.jquery.com/jquery-1.10.1.min.js" type="text/javascript"></script>
<script src="JS/gridview.js" type="text/javascript"></script>
<!--HTML5 Shiv-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<script type="text/javascript">
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');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!-- Bootstrap Core JavaScript -->
<script src="JS/bootstrap.min.js" type="text/javascript"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="JS/metisMenu.min.js" type="text/jscript"></script>
<!-- Morris Charts JavaScript -->
<!-- Custom Theme JavaScript -->
<script src="JS/berava.js" type="text/jscript"></script>
<link rel="icon" type="" href="../images/general/1383554217_4.png" />
<meta name="google-translate-customization" content="2f9507a2dccadcd5-05c3a1d949e12ce9-g465beb9480ff141b-e" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<script src="http://thecodeplayer.com/uploads/js/prefixfree.js" type="text/javascript"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="JS/WaterMark.min.js" type="text/javascript"></script>
<script type="text/javascript">
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"));
</script>
Posted
Updated 30-Oct-15 6:21am
v2
Comments
Member 10690878 30-Oct-15 11:05am    
Error message is: JavaScript runtime error: Bootstrap's JavaScript requires jQuery
AnvilRanger 30-Oct-15 11:19am    
Have you included a reference to jQuery before the reference to bootstrap.js?
Member 10690878 30-Oct-15 11:35am    
Hi @AnvilRanger
here is my refernces so i dont know where is my mistake

(Edit AL: now added to question)
Andy Lanng 30-Oct-15 12:25pm    
Hey OP.
Couple of things:
You can edit the question using the Improve Question button. I don't know if you knew this or not because posting xml style code can be tricky sometime ^_^

Also, You have to use the "Reply" button on comments to notify the commenter that you have replied. These are hidden by default (I really don't know why. It's confusing) until you hover over the comment.

See how you were notified about this comment, and how it is slightly indented. That's what you need ^_^.

I won't stick around, I just wanted to help you use these forums.

Good luck ^_^
Member 10690878 30-Oct-15 12:54pm    
Hi @Andy Lanng many thanks for your edit my post in fact in know that i should include it into my first post but i was working from my mobile and i couldnt find edit post button so that way i add as an comment, anyway sorry of that :-).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900