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.
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>
$('#element').noJs();