Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function.js file not compiling. #18

Open
Trivesh opened this issue Jan 24, 2016 · 4 comments
Open

function.js file not compiling. #18

Trivesh opened this issue Jan 24, 2016 · 4 comments

Comments

@Trivesh
Copy link

Trivesh commented Jan 24, 2016

well, I 'm folllowing the video series on youtube by Travis on design and code my personal website in 12 hours but i am facing a error that my function.js file is not compiling. i wrote the exact code as travis did still my javascript is not compiling. please help. Do i need to include it somewhere or do i need to import it or whether there is some other problem.

@steveebenezer
Copy link

Check if you have jquery before the function.js script file.

@Trivesh
Copy link
Author

Trivesh commented Jan 24, 2016

Thanks for the quick reply @steveebenezer but i dont know how to check if i have jquery. please can you put some light on how i can do it

@rudiruhl
Copy link

Check if you set the right link to your jquery version.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>

somthing like this...

@ezeikel
Copy link

ezeikel commented Jan 28, 2016

If you want to check if you are loading jQuery correctly, open up the console tab in Chrome and type $ and hit enter.

If you get an error, jQuery is not being loaded into your page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants