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

Can't get it to work? #408

Open
FBongert opened this issue May 28, 2020 · 0 comments
Open

Can't get it to work? #408

FBongert opened this issue May 28, 2020 · 0 comments

Comments

@FBongert
Copy link

I must have some sort of brain damage, but I can't get this flipclock to work.
Copying the .js and .css from the compiled folder and putting any of the examples in it or this simple html doc:

<html>
	<head>
		<link rel="stylesheet" href="flipclock.css">				
	</head>
	<body>
        <div class="clock"></div>
        <script src="flipclock.js"></script>
        <script type="text/javascript">
        var clock = $('.clock').FlipClock({clockFace: 'TwelveHourClock'})<,
        </script>	
	</body>
</html>

nothing is shown (well, not the clock that is)
At first I thought it was about the server I was testing it on, but its not working locally either, with none of the browsers (chrome, edge, Firefox) JS in general is working fine, other scripts run smoothly in all the configurations.

What piece am I missing here?

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

1 participant