You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
I'm trying to use Hallo.js within a rails project but I can't figure how I can do that.
I've downloaded the latest hallo.js and move it into vendor/assets/javascripts
When I reload my browser, I encounter the following error : TypeError: 'undefined' is not a function (evaluating 'jQuery.widget')
which point to the code at the very beginning of the file :
returnjQuery.widget('IKS.hallo',{
I've seen some gem hallo_rails but the js code is not up to date…
I'm sorry if this is a newbie question…
best regards,
arnaud
The text was updated successfully, but these errors were encountered:
For anyone wanting to use this with Rails, it's easy. See here. Just put the Javascript in your assets. Don't bother messing around with the various gems (hallo and hallo-rails) - they contain outdated code and don't seem to be maintained.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I'm trying to use Hallo.js within a rails project but I can't figure how I can do that.
I've downloaded the latest hallo.js and move it into vendor/assets/javascripts
When I reload my browser, I encounter the following error :
TypeError: 'undefined' is not a function (evaluating 'jQuery.widget')
which point to the code at the very beginning of the file :
I've seen some gem hallo_rails but the js code is not up to date…
I'm sorry if this is a newbie question…
best regards,
arnaud
The text was updated successfully, but these errors were encountered: