ray007 / js-misc

various javascript mini-polyfills and helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-misc

various javascript mini-polyfills and helpers

simple_dt.js

SimpleDateFormat: helper for localized date/time formatting

see also:

This relies in part on the availability of strftime and sprintf and new (polyfilled) JS features.

mini-pf.js

Contains several mini-polyfills for ES6 and beyond stuff not available in current browsers. Partially implemented by use of jQuery functions

  • Object.assign
  • String
    • trim
    • repeat
    • padStart
    • padEnd
    • startsWith
    • endsWith
  • Array
    • find
    • findIndex
  • Element
    • matches
    • closest
    • remove

About

various javascript mini-polyfills and helpers

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 100.0%