RajeshChaudhary345 / dropdown-check-list

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

Not working with jQuery 1.8.13 #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?
Using jQuery 1.5.1 and jQueryUI 1.8.13, the select tag doesn't display as a 
dropdown checklist.

** What is the expected output? What do you see instead?
Expecting a dropdown checklist, but I get a normal multiple select.

** What is your environment?
-- DropDownCheckList version: 1.3
-- jQuery version: 1.5.1
-- jQuery UI version: 1.8.13
-- Browser and version: Internet Explorer 8

** Please provide any additional information below/Please attach sample
html

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>

    <link href="Stylesheets/ui.dropdownchecklist.standalone.css" rel="stylesheet" type="text/css" /> 

    <script language="javascript" type="text/javascript" src="Javascript\jquery-1.5.1.min.js"></script>
    <script language="javascript" type="text/javascript" src="Javascript\jquery.ui.1.8.4.custom.min.js"></script> 
    <script language="javascript" type="text/javascript" src="Javascript\ui.dropdownchecklist.js"></script>

    <script type="text/javascript">

        $(".testSelect").dropdownchecklist()

    </script>

</head>
<body>
    <form id="form1" runat="server">
    <div>

    <select name="testSelect" id="testSelect" class="testSelect" multiple="multiple">
        <option value="Option 1">Option 1</option>
        <option value="Option 2">Option 2</option>
        <option value="Option 3">Option 3</option>
        <option value="Option 4">Option 4</option>
    </select>
    </div>
    </form>
</body>
</html>

Original issue reported on code.google.com by taser...@gmail.com on 1 Jun 2011 at 6:31

GoogleCodeExporter commented 8 years ago
The HTML code snippet refers to jQuery 1.8.4, but the original description of 
the issue is still valid with ver.1.8.13.

Original comment by taser...@gmail.com on 1 Jun 2011 at 6:47

GoogleCodeExporter commented 8 years ago
Could not duplicate with Version 1.4, based on jQuery 1.6.1 and jQuery UI 1.8.13

Original comment by womohun...@ittrium.com on 14 Jun 2011 at 9:16