harvesthq / chosen

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
http://harvesthq.github.io/chosen/
Other
21.85k stars 4.1k forks source link

jQuery Type error #3153

Closed anish-kumarbasti closed 5 months ago

anish-kumarbasti commented 5 months ago
    $(document).ready(function() {
        $('#service').chosen();
        $('#userid').chosen();
        $('#service').on('change', function() {

code note run alert('Ok');

tjschuck commented 5 months ago

Not really enough information here to help you.

Please link to a publicly accessible page (or a Fiddle) that shows the issue so we can attempt to reproduce.

Closing until more info is provided, then we'll reopen.