Open umarfarookshaik opened 9 years ago
Please find the Code below
<script> $(function(){ $("select").minimalect(); $("#myselect").on('change',function(){ alert(this.value); }); }); </script>
this.value gives the Selected Value, In minit wrapper, adds minit_first class, i tried to find using this but not succeeded.
Please find the Code below
this.value gives the Selected Value, In minit wrapper, adds minit_first class, i tried to find using this but not succeeded.