Right i know this is a dirt simple one but i just cant put my finger on it.

I have a simple form with just a select box in it and i wish to submit 
the form on change.

Currently im using

$('#status').change(
    function(){
        confirm("Test confirm");
       this.submit();
    }
)


This almost works, apart from when you select cancel on the confirm box 
it still submits.

Anyone able to point me in the right direction plz

Cheers
Mark

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to