Side navigation
#14647 closed bug (notabug)
Opened December 21, 2013 03:21PM UTC
Closed December 21, 2013 03:28PM UTC
Interface.js crash with animate scrollTop
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The interface.js file i downloaded from http://interface.eyecon.ro/download doesn't work with the code below:
$('.comparepricenow').click(function() {
$('html, body').animate({
scrollTop: $("#notsure").offset().top
}, 800);
event.preventDefault();
});
Attachments (0)
Change History (1)
Changed December 21, 2013 03:28PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
That is not code managed as a jQuery project. In fact, it's ancient. Did you see the comment about jQuery 1.1.4? Yeah, we're up to 1.10.2 now. Don't use that code. Ask for help on a forum.