Skip to content

shirock/non-jquery-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

non-jquery-ui

I have designed some JavaScript libraries that do not require jQuery.

It also contains polyfills collected from other sources.

Extension

My custom extensions.

  • ajax - JSONRequest().
  • until - Until ... then/catch ...
  • String::interpolate(), String::interpolate2(). IE compatible.

New UI

  • number-input-element.js
  • limited-checkbox.js

UI

HTML UI components without jQuery.

IE compatible.

  • overlayMessage
  • notifyOSD
  • input data calc
  • input checkbox render

Polyfill

Older browsers did not implement all HTML5 features. They should fill missing features by Polyfill.

IE compatible.

  • Array - EMCAScript 6 Polyfill.
  • classList
  • eventListener
  • String::trim(), String::startsWith(), String::endsWith().

About

HTML UI components without jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors