The text appended after TOC title is always 'hide', doesn't toggles to 'show' when TOC slides up.
It seems using html() instead of text() function in js works for me. I am no expert on jquery stuff, is it because jquery api changed?
The text appended after TOC title is always 'hide', doesn't toggles to 'show' when TOC slides up.
It seems using html() instead of text() function in js works for me. I am no expert on jquery stuff, is it because jquery api changed?
Comments
Comment #1
deviantintegral commentedI'm not sure, what browsers have you tested on? Do you get any errors in your javascript console?
I don't think the jquery API should have changed, I think it's kept stable by the Drupal developers between releases.
--Andrew
Comment #2
dami commentedI am using FF2.0, here is the error I got in firebug console:
r has no properties
http://example.com/misc/jquery.js
Line 2
Comment #3
deviantintegral commentedActually, i was having this problem too but never noticed it.
Your fix seems to be working fine for me, I'll be committing it to -dev momentarily.
--Andrew
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.