Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Micro jquery substitute for modern browsers

License

NotificationsYou must be signed in to change notification settings

davgit/laroux.js

 
 

Repository files navigation

laroux.js logo

This project is a jQuery substitute for modern browsers and mobile devices. But instead of offering some wrappers and own dynamics, it simply provides helper functions to achieve the same objectives as jQuery or Zepto.

Even though keeping compactness is the primary concern of this library, it does contain lightweight versions of some concepts/components, including some UI helpers and MVC.

So far, it hasAjax,Anim,CSS,Date,DOM,Events,Forms,Helpers,MVC,Stack,Templates,Timers,Triggers,UI andVars components.

Build StatusScrutinizer Quality Score

For Users

laroux.js is right for you if you:

  • Complain about people who do not know the difference between jQuery and Javascript.
  • Love working with more compact, organized libraries with smaller sizes (~28K).
  • Want to be working with native DOM objects instead of wrappers.
  • Get pace with debug console's autocomplete/fluent typing.
  • Are not satisfied from other libraries' performances on mobile devices.

Demos

SeeGitHub Page for feature demonstrations and benchmarks.

Documentation

Seewiki page for documentation.

Installation

Download the latest version forreleases page, and includelaroux.min.js andlaroux.min.css in your web project.

Sample Usage

$l.ready(function(){varbuttons=$l(['.confirm-action']);$l.css.setProperty(buttons,'background-color','crimson');$l.dom.setEvent(buttons,'click',function(event,element){if(!confirm('Are you sure to do it?')){returnfalse;// cancel event}});});

For Developers Want To Contribute

Installation

Alternative 1: Zip Package

Downloadthe package and launchnpm install.

Alternative 2: Git

On Terminal or Command Prompt:

git clone https://github.com/larukedi/laroux.js projectcd projectnpm install

Requirements

License

SeeLICENSE

Contributing

Seecontributors.md

It is publicly open for any contribution. Bugfixes and suggestions are welcome.

  • Fork the repo, push your changes to your fork, and submit a pull request.
  • If something does not work, please report it using GitHub issues.

About

Micro jquery substitute for modern browsers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript99.1%
  • Other0.9%

[8]ページ先頭

©2009-2025 Movatter.jp