Skip to content

ray007/js-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published