in all the pages,
jQuery("input.hint-enabled:not(input.hint)", content).hint is not a function
[Прерывать на этой ошибке] triggerClass: 'hint-enabled' and after apply the patch from http://drupal.org/node/952126
jQuery("input.hint-enabled:not(input.hint):not(input.hint-processed)", content).addClass("hint-processed").hint is not a function
[Прерывать на этой ошибке] triggerClass: 'hint-enabled' | Comment | File | Size | Author |
|---|---|---|---|
| #2 | hint-js-error-fix-1043302.patch | 1.16 KB | mrjeeves |
Comments
Comment #1
mohamadaliakbari commentedI had this problem too, I solve it by change all "
jQuery" to "$" in hint.jslast
jQueryis for jQuery object renaming.Comment #2
mrjeeves commentedpatch against 6.x branch
This actually works for me as well.
Comment #3
mrjeeves commentedJust realized that I hadn't changed the status.