/no-js

A simple jQuery plugin to solve all your problems with Js

Primary LanguageJavaScript

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