Skip to main content

Bug Tracker

Side navigation

Ticket #6877: select_change.html


File select_change.html, 0.4 KB (added by meyerovb, August 05, 2010 06:32PM UTC)

Test case

<html>
<head>
    <title></title>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $('#a').change(function () { alert(1); }).focus();
        });
    </script>
</head>
<body>
    <select id='a'>
        <option>a</option>
        <option>b</option>
    </select>
</body>
</html>

Download in other formats:

Original Format