Open GoogleCodeExporter opened 8 years ago
Please try it with version 1.4 and see if you get the same results
Original comment by womohun...@ittrium.com
on 28 May 2013 at 8:24
I am trying it with the version 1.5 and getting the same error:
Uncaught TypeError: $(...).dropdownchecklist is not a function (23:35:56:023 |
error, javascript)
at (anonymous function) (public_html/index.html:18:29)
at m.Callbacks.j (public_html/js/libs/jquery/jquery-1.11.2.min.js:2:27295)
at m.Callbacks.k.fireWith (public_html/js/libs/jquery/jquery-1.11.2.min.js:2:28108)
at m.extend.ready (public_html/js/libs/jquery/jquery-1.11.2.min.js:2:29942)
at J (public_html/js/libs/jquery/jquery-1.11.2.min.js:2:30308)
Failed to load resource: net::ERR_EMPTY_RESPONSE (23:35:56:036 | error, network)
Here is snippet of my HTML code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Deployment Errors Report</title>
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="js/libs/ui.dropdownchecklist.themeroller.css">
<link rel="stylesheet" href="js/libs/jquery/smoothness-1.11.2/jquery-ui-1.11.2.custom.css">
<script type="text/javascript" src="js/libs/jquery/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/libs/jquery/jquery-ui-1.11.2.custom.min.js"></script>
<script type="text/javascript" src="js/libs/ui.dropdownchecklist.js"></script>
<script type="text/javascript" src="js/prefixfree.min.js"></script>
<script type="text/javascript" src="js/config.js"></script>
<script type="text/javascript" src="js/protopop.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".alist").dropdownchecklist({ firstItemChecksAll: true });
})
</script>
</head>
Original comment by gary.gre...@gmail.com
on 14 May 2015 at 7:06
Original issue reported on code.google.com by
smsund...@gmail.com
on 10 Nov 2012 at 7:52