We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please find the Code below select option umar farook shaik
<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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please find the Code below
select option umar farook shaik
this.value gives the Selected Value, In minit wrapper, adds minit_first class, i tried to find using this but not succeeded.
The text was updated successfully, but these errors were encountered: