Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Trouble with highlight effect on new comments
When adding a comment to a discussion, there's this cool "highlight" effect on the new post. I thought for sure it was working on one point, but for some reason it's not anymore. I get a Javascript error somewhere in jquery:
The originating code is the following in discussion.js:
I'm guessing it's related to the :last qualifier? Any idea what could be wrong? I'm running on the tip of the git repo (pulled down the latest just now to be sure). I've been mostly tweaking my theme's CSS, but not much else.
Thanks for any clues!
fv
G.end is undefined
The originating code is the following in discussion.js:
$('ul.Discussion li:last').effect("highlight", {}, "slow");
I'm guessing it's related to the :last qualifier? Any idea what could be wrong? I'm running on the tip of the git repo (pulled down the latest just now to be sure). I've been mostly tweaking my theme's CSS, but not much else.
Thanks for any clues!
fv
0
Comments
.Mine { background: #420000; background: rgba(66, 0, 0, 0.6); }
Kind of a bummer too--that was really spiffy looking.
fv
http://dev.jqueryui.com/ticket/5215
What's the easiest way to upgrade jquery in the vanilla tree? I'm not sure how to correlate all the jquery files against the official distributions.
fv
Ahhh this seems to be an issue we are also having.
There was an error rendering this rich post.