EhabBug / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

$("#s1").dropdownchecklist is not a function #272

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

** What is your environment?
-- DropDownCheckList version:DropDownCheckList v1.3
-- jQuery version:1.7
-- jQuery UI version:1.8
-- Browser and version:
 i am getting console like " $("#s1").dropdownchecklist is not a function" when i run my page .. pls help me out to clear ..

Original issue reported on code.google.com by smsund...@gmail.com on 10 Nov 2012 at 7:52

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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