Hi all im using the following code either or really
<script type="text/javascript">$('#matTypeMst').val('2').trigger('change'); </script>
<script type="text/javascript">$('#matTypeMst').trigger('change'); </script>
to try and first pre select a value in a select box and then trigger the onchange event connected to it, but for some reason its not fireing can anyone help
thanks