Search code examples
javascriptcssframeworksskeleton-css-boilerplate

Can I use Javascript with Skeleton?


I'm sure this is a simple question, but I can't find an answer. I'm trying to use a framework for the first time, Skeleton (getskeleton.com). I have a Javascript file, which I reference in HTML as usual. But the JS doesn't work. Is there some reason for this? I can't find any documentation about using JS with Skeleton.


Solution

  • Skeleton is just a small boilerplate for modern webpages providing some CSS styles for common UI elements e.g. grids or forms.

    At all it has nothing to do with your javascript file and should not affect it since it is build with pure CSS.

    You might post your code (codepen or something like that). Then we are able to check what's wrong with your javascript.