bestrong89

Results 4 issues of 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... ![screen shot 2018-01-16 at 11 20 49 am](https://user-images.githubusercontent.com/12430891/34999282-5f286e94-faaf-11e7-8053-d46745761675.png) 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...

bug/fix
help wanted
research needed
rendering

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);