All Projects → nolimits4web → Dom7

nolimits4web / Dom7

Licence: mit
Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dom7

Youi
Next generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.
Stars: ✭ 186 (+56.3%)
Mutual labels:  mobile, dom
picoCSS
picoCSS - really small JavaScript Framework
Stars: ✭ 62 (-47.9%)
Mutual labels:  dom, javascript-library
Framework7 React
Build full featured iOS & Android apps using Framework7 & React
Stars: ✭ 130 (+9.24%)
Mutual labels:  framework7, mobile
Mag.js
MagJS - Modular Application Glue
Stars: ✭ 157 (+31.93%)
Mutual labels:  javascript-library, dom
Waff Query
Lightweight DOM manager
Stars: ✭ 9 (-92.44%)
Mutual labels:  javascript-library, dom
necktie
Necktie – a simple DOM binding tool
Stars: ✭ 43 (-63.87%)
Mutual labels:  dom, javascript-library
Mei.js
a minimal, simple and helpful library for you
Stars: ✭ 15 (-87.39%)
Mutual labels:  dom, javascript-library
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-87.39%)
Mutual labels:  dom, javascript-library
Framework7 Vue
Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
Stars: ✭ 682 (+473.11%)
Mutual labels:  framework7, mobile
Framework7 Template Vue Webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 399 (+235.29%)
Mutual labels:  framework7, mobile
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (-36.13%)
Mutual labels:  framework7, mobile
Framework7 Plugin 3d Panels
Framework7 plugin to add 3d effect for side panels
Stars: ✭ 56 (-52.94%)
Mutual labels:  framework7, mobile
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-31.93%)
Mutual labels:  framework7, mobile
Couchbase Lite Ios
Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Stars: ✭ 1,532 (+1187.39%)
Mutual labels:  mobile
Mentorship Android
Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
Stars: ✭ 117 (-1.68%)
Mutual labels:  mobile
Mobile Threat Catalogue
NIST/NCCoE Mobile Threat Catalogue
Stars: ✭ 116 (-2.52%)
Mutual labels:  mobile
Go Gtp
GTP(GPRS Tunneling Protocol) implemented in pure Golang.
Stars: ✭ 116 (-2.52%)
Mutual labels:  mobile
Calendar
📆 calendar 日历
Stars: ✭ 119 (+0%)
Mutual labels:  mobile
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (-1.68%)
Mutual labels:  mobile
Bodyweight Fitness Ios
Bodyweight Fitness (iOS)
Stars: ✭ 115 (-3.36%)
Mutual labels:  mobile

devDependency Status

Dom7

Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API

Dom7 - is the default DOM manipulation library built-in Framework7. It utilizes most edge and high-performance methods for DOM manipulation. You don’t need to learn something new, its usage is very simple because it has the same syntax as well known jQuery library with support of the most popular and widely used methods and jQuery-like chaining.

See Framework7 Dom7 documentation for usage examples and available methods.

Build

You will need Node.js installed on your system.

First, install all required dependencies

$ npm install

To build development version:

$ npm run build:dev

The resulting files are:

  1. buid/dom7.js
  2. buid/dom7.module.js

To build production (minified) version:

$ npm run build:prod

The resulting files are:

  1. dist/dom7.js
  2. dist/dom7.min.js
  3. dist/dom7.module.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].