Advertise here

jQuery Plugins Tagged ‘article’

33 Concepts Every JavaScript Developer Should Know

October 21, 2018     1478    
33 Concepts Every JavaScript Developer Should Know

33 concepts every JavaScript developer should know. 

  • Call Stack
  • Primitive Types
  • Value Types and Reference Types
  • Implicit, Explicit, Nominal, Structuring and Duck Typing
  • == vs === vs typeof
  • Function Scope, Block Scope and Lexical Scope
  • Expression vs Statement

Read More »

Physics-Based Background Scroll Effects

August 13, 2018     1298     Scroll Effects
Physics-Based Background Scroll Effects

An article about how to create nifty physics-based background scroll effects for your web pages. Matter.js, an excellent open-source JavaScript framework is used to handle the physics.

Read More »

Airbnb JavaScript Style Guide

November 05, 2015     1940     Others
Airbnb JavaScript Style Guide

A mostly reasonable approach to JavaScript from Airbnb community.

Table of Contents

  • Types
  • Objects
  • Arrays
  • Strings
  • Functions
  • Properties
  • Variables
  • Hoisting
  • Conditional Expressions & Equality

Read More »

Building a Custom HTML5 Video Player with CSS3 and jQuery

November 28, 2013     7282     HTML5 CSS3 & CSS Media
Building a Custom HTML5 Video Player with CSS3 and jQuery

A nice article about building up an easily customizable HTML5 <video> player, including packaging it as a simple jQuery plugin, choosing control types and outputting custom CSS for your own situation.

In this article you will look at

  1. Video controls
  2. Basic markup for controls
  3. Packaging the player as a jQuery plugin
  4. Look and Feel
  5. Themeing the player

Read More »

50 Must-Have Twitter Bootstrap Plugins

July 15, 2013     53842     Bootstrap
50 Must-Have Twitter Bootstrap Plugins

Twitter Bootstrap - the popular front end framework for building websites and apps. It favors simple, responsive design, and comes bundled with a sensible default stylesheet, a number of useful jQuery plugins and an icon set. Although it doesn’t come with much else, Bootstrap is very extensible.

In this article, you will find a collection of 50 must-have plugins you should know about for effective development with the framework.

Read More »

Useful JavaScript Libraries and jQuery Plugins Article by SmashingMagazine

December 21, 2012     477     Others
Useful JavaScript Libraries and jQuery Plugins Article by SmashingMagazine

Great article about Useful JavaScript Libraries and jQuery Plugins by SmashingMagazine.

The resources in this article split it into two parts.

Read More »

43 jQuery Plugins that Handle Touch Events

December 17, 2012     3041     Mobile
43 jQuery Plugins that Handle Touch Events

Article about lists of jQuery plugins that handle touch events.

  • Hammer.js
  • iScroll 4
  • Ember.js
  • jquery.pep.js
  • Swipe
  • Overscroll
  • Swiper
  • jQuery Mobile
  • Multi-Touch for your Desktop Browser

Read More »