Skip to content

Dev-tech-es/jLib6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme in spanish. Léeme

DOM management javascript library

Lib6 is an efficient and fast library for handling the DOM with the new EMACScript 6 standard.

License

Using the library

The correct way to initialize the library is as follows:

  • Basic Method
$( [function] )
  • Advanced Method
$( app => (app ==='interactive') ? [function A] : (app ==='complete') && [function B] )

List of methods

  • Method 'on'
  • Method 'val'
  • Method 'serialize'
  • Method 'serializeArray'
  • Method 'blur'
  • Method 'focus'
  • Method 'submit'
  • Method 'hover'
  • Method 'remove'
  • Method 'css'
  • Method 'hasClass'
  • Method 'addClass'
  • Method 'removeClass'
  • Method 'toggleClass'
  • Method 'data'
  • Method 'attr'
  • Method 'prop'
  • Method 'append'
  • Method 'appendTo'
  • Method 'prepend'
  • Method 'prependTo'
  • Method 'text'
  • Method 'after'
  • Method 'before'
  • Method 'insertAfter'
  • Method 'insertBefore'
  • Method 'parent'
  • Method 'parents'
  • Method 'map'
  • Method 'join'
  • Method 'children'
  • Method 'find'
  • Method 'prev'
  • Method 'next'
  • Method 'first'

List of prototypes

  • Method 'ajax'
  • Method 'cookie'
  • Method 'for'
  • Method 'forIn'
  • Method 'forOf'
  • Method 'lorem'
  • Method 'plugin'
  • Method 'random'
  • Method 'serialize'
  • Method 'serializeArray'
  • Method 'storage'
  • Method 'waitForSecond'

Version

The current version of the library is:

Documentation

Sitios oficiales

Author

  • Sergio González Garrido - Proyects - Dev-tech

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

DOM management javascript library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published