fix invalid codeFri, 17 Feb 2023

$(document).ready(function () { var curr = $('#selectCaptcha').val(); $(`#${curr}`).css('display', 'block'); }); $('#selectCaptcha').change(function () { $('.captcha').css('display', 'none'); var curr = $(this).val(); $(`#${curr}`).css('display', 'block'); });

- Press `ESC` to exit the visual mode. ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## Author **vim-tutorial** © [thienphucvx](https://github.com/thienphucvx), Released under the [MIT](./LICENSE) License.<br> Authored and maintained by thienphucvx with help from contributors ([list](https://github.com/thienphucvx/vim-tutorial/contributors)). > [thienphucvx.com](http://thienphucvx.com) · GitHub [@thienphucvx](https://github.com/thienphucvx) · Twitter [@thienphucvx](https://twitter.com/thienph

Questions about programming?Chat with your personal AI assistant