Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Little mistake in explanation: call for function #32

Open
Jan-Paul-Kleijn opened this issue Jul 21, 2016 · 0 comments
Open

Little mistake in explanation: call for function #32

Jan-Paul-Kleijn opened this issue Jul 21, 2016 · 0 comments

Comments

@Jan-Paul-Kleijn
Copy link

Jan-Paul-Kleijn commented Jul 21, 2016

In your explanation it says:

<script language="javascript">
jQuery(document).ready(function($) {
$('#color1').colorPicker();
}
</script>

But I guess you forgot the last closing parenthesis after the curly braces. So It needs to be:

<script language="javascript">
jQuery(document).ready(function($) {
$('#color1').colorPicker();
} )
</script>

Hope it helps, thanks for the tool!

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

No branches or pull requests

1 participant