Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQueries Change does not always fire #10

Open
p10tyr opened this issue Jun 4, 2013 · 0 comments
Open

jQueries Change does not always fire #10

p10tyr opened this issue Jun 4, 2013 · 0 comments

Comments

@p10tyr
Copy link

p10tyr commented Jun 4, 2013

Simple code

        $('#SelectedMakeID').live("change", function () {
            console.log('change');
        });


        $('#SelectedMakeID').change(function () {
            //debugger;
            $('#QuickSearchFrom').submit();
       });

Neither live or change fire sometimes. When the page reloads and i try to change quickly it fails. I have to wait about 2 seconds. Sometimes even after waiting does not fire sevreal times then all of a sudden it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant