mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Due to the DOM not being ready when osem.js is executed, the bind statements do not actually bind on the correct elements. We just wrap the binds in a document ready event which allows the elements to fully load and the events to fire correctly. I also bind on more then just keyup, to catch times when people paste content into the field. The input event is only supported by newer browsers, but is entirely a noop for older browsers. |
||
|---|---|---|
| .. | ||
| application.js | ||
| dashboard.js | ||
| date.format.js | ||
| osem-bootstrap.js | ||
| osem-datatables.js | ||
| osem-datepickers.js | ||
| osem-switch.js | ||
| osem-tickets.js | ||
| osem.js | ||
| smoothscroll.js | ||
| spectrum.js | ||
| tinycolor.js | ||
| trianglify.min.js | ||
| waypoints.js | ||