bestrong89
bestrong89
Any chance someone could build this for Catalina? I used to use this in my Algebra class, and loved it, but it no longer works on OSx.
This pops up at seemingly random times...  Here is the error text: /Applications/Atom.app/Contents/Resources/app/static/:1 Hide Stack Trace Error: Cannot find module 'jquery' at...
### Guidelines - [x] I understand that [if I fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md). ### Description of the bug If an image...
Is it possible to set the value of the select programmatically? for example $('#my-select').val('123'); or $('#my-select').find('option[value="123"]').prop('selected', true);