Skip to content
/ no-js Public

A simple jQuery plugin to solve all your problems with Js

Notifications You must be signed in to change notification settings

neb636/no-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple jQuery plugin to help with pesky Js problems.

What is great about no-js is that it allows you to deal with Js issues in an isolated scope using dom elements. If there was a Js issue inside an element with an id of #slideshow you could remove all Js for just that dom element and its children. Other plugins trying to solve the same problem are not as specific as no-js.

Installation

Install with Bower: bower install --save no-js

To use no-js in your project simply include the plugin js file in the footer section of your HTML file:

<script type="text/javascript" src="js/jquery.no-js.js"></script>

Usage

$('#element').noJs();

See It in Action

no-js example

About

A simple jQuery plugin to solve all your problems with Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published