Readme in spanish. Léeme
Lib6 is an efficient and fast library for handling the DOM with the new EMACScript 6 standard.
The correct way to initialize the library is as follows:
- Basic Method
$( [function] )
- Advanced Method
$( app => (app ==='interactive') ? [function A] : (app ==='complete') && [function B] )
- 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'
- Method 'ajax'
- Method 'cookie'
- Method 'for'
- Method 'forIn'
- Method 'forOf'
- Method 'lorem'
- Method 'plugin'
- Method 'random'
- Method 'serialize'
- Method 'serializeArray'
- Method 'storage'
- Method 'waitForSecond'
The current version of the library is:
- Oficial Website : Ver sitio
- Bugs: Ir al formulario
- Sergio González Garrido - Proyects - Dev-tech
This project is licensed under the MIT License - see the LICENSE.md file for details