New to native JavaScript?
Have no worry, the internet is full of scripts and tutorials, native JavaScript is the coolest programing language ever! Far more powerful and requires almost zero maintenance on very long periods of time.
Get started
@@ -125,15 +132,15 @@
Quick Usage Guide
CDN
-
<script type="text/javascript" src="//cdn.jsdelivr.net/bootstrap.native/2.0.5/bootstrap-native-v4.min.js"></script>
+<script type="text/javascript" src="//cdn.jsdelivr.net/bootstrap.native/2.0.6/bootstrap-native-v4.min.js"></script>
-<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap.native/2.0.5/bootstrap-native-v4.min.js"></script>
+<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap.native/2.0.6/bootstrap-native-v4.min.js"></script>
Unfortunately IE10+ browsers still require Event
, CustomEvent
and dispatchEvent
polyfills:
-<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap.native/2.0.5/polyfill.min.js"></script>
+<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap.native/2.0.6/polyfill.min.js"></script>
npm/Bower
@@ -166,7 +173,7 @@ Buttons