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

$body.enjoyhint is not a function #81

Closed
bvhemanth1993 opened this issue Feb 1, 2018 · 3 comments
Closed

$body.enjoyhint is not a function #81

bvhemanth1993 opened this issue Feb 1, 2018 · 3 comments

Comments

@bvhemanth1993
Copy link

bvhemanth1993 commented Feb 1, 2018

after placing js files and css files
Im using with Jquery not with react.

@christinegomes95
Copy link

@bvhemanth1993 Did you find a solution to this?

@christinegomes95
Copy link

This is due to your jquery.enjoyhint.js file not being loaded.
Please try in your app.component.ts:
import 'Kinetic';
import 'enjoyhint/src/jquery.enjoyhint';
You will also need to download kineticjs file from http://kineticjs.com/ , paste into your assets folder and add into index.html as well

<script type="text/javascript" src="assets/script/kinetic-v5.1.0.min.js"></script>

@ShvedkaSvetka
Copy link

Seems, that previos comment fixed the issue

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

No branches or pull requests

3 participants