Advertise here

jQuery Plugins Tagged ‘selector’

ST.js – JSON Selector & Transformer

October 12, 2017     1109     JSON
ST.js – JSON Selector & Transformer

st.js is a library that adds a couple of powerful methods to JavaScript's native JSON.

  • Select: Query any JSON tree to select exactly the subtree you are looking for.
  • Transform: Transform any JSON object to another by parsing with a template, also written in JSON

Read More »

How to Use jQuery, a JavaScript Library

August 12, 2017     313    
How to Use jQuery, a JavaScript Library

A nice and useful article about "An Introduction to jQuery".

This article assumes no prior knowledge of jQuery, and will cover the following topics:

  • How to install jQuery in a web project.
  • The definitions of important web development concepts such as API, DOM, and CDN.
  • Common jQuery selectors, events, and effects.
  • Examples to test the concepts learned throughout the article.

Read More »

min.js – Super Minimal Selector and Event Library

May 29, 2017     703    
min.js – Super Minimal Selector and Event Library

A super tiny JavaScript library to execute simple DOM querying and hooking event listeners.

Aims to return the raw DOM node for you to manipulate directly, using HTML5 tech like element.classList or element.innerHTML, etc.

Read More »

Selector – Micro JavaScript Library Replacement for jQuery

April 12, 2017     950    
Selector – Micro JavaScript Library Replacement for jQuery

Selector is a micro JavaScript library used as a replacement for jQuery.

The aim of this project is to build a replacement for jQuery while constantly finding optimizations to shrink the overall filesize of the library, keeping the minified, gzip compressed file under 5KB while simultaniously adding more support for jQuery features.

Read More »

Lining.js – Javascritp Plugin to Easy Select 'nth' Text Lines

November 24, 2014     1067     Text & String
Lining.js – Javascritp Plugin to Easy Select 'nth' Text Lines

Lining.js is an easy to use javascript plugin offers you complete DOWN-TO-THE-LINE control for radical web typography.

Read More »

Viewport – jQuery Plugin for Finding and Handling Elements in Viewport

October 15, 2014     1483     Others
Viewport – jQuery Plugin for Finding and Handling Elements in Viewport

Viewport is simple jQuery plugin adds custom pseudo-selectors and handlers for simple element detection inside or outside of viewport.

Read More »

isInViewport.js – jQuery Plugin to Check If Element is in Viewport

March 03, 2014     2592     Scroll
isInViewport.js – jQuery Plugin to Check If Element is in Viewport

isInViewport.js is an ultra-light jQuery plugin that tells you if the element is in the viewport, but with a twist. It lets you select a visible element(s) using the :in-viewport selector or by calling the .isInViewport() method on the element(s).

Read More »