Skip to content Skip to sidebar Skip to footer

Bootply.com Js Snippets Missing Libs When Downloaded

Why is it when I download a Bootply js snippet like http://www.bootply.com/rqIYSDbuZg# is just wont look like the 'visual' from Bootply. What libs am I missing (Fuelux etc.)? It l

Solution 1:

Looks like the package is missing the Fuel UX plugin.

Adding the line below line can solve the CSS problem:

<link  href="//www.fuelcdn.com/fuelux/3.6.3/css/fuelux.min.css">

but the buttons still don't work. Adding this to the scripts section causes unexpected behaviours:

<scriptsrc="//www.fuelcdn.com/fuelux/3.6.3/js/fuelux.min.js"></script>

Instead of debugging it manually, I took the working example from the website and packaged it into this file.

Post a Comment for "Bootply.com Js Snippets Missing Libs When Downloaded"