Side navigation
#3147 closed bug (invalid)
Opened July 10, 2008 02:05AM UTC
Closed February 13, 2009 03:21AM UTC
click event problem
Reported by: | Helleshtern | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a problem similar to posted here: http://dev.jquery.com/ticket/2532 but mine is with click event.
I have part of code like this:
$('div#menu').click(function() { $('#list').SlideOutLeft(500); setTimeout ("$('#turn').show();", 400); setTimeout ("$('#turn').hide();", 600); setTimeout ("$('#listct').SlideInRight(500);", 500); return false; });
It working properly in all older versions of jQuery but from 1.2 when I click it doesn't execute all as it should - just part of commands, one or two from beginning. I'm newbie in using jQuery so maybe I do something wrong.
Attachments (0)
Change History (3)
Changed July 15, 2008 02:30AM UTC by comment:1
Changed January 16, 2009 06:52AM UTC by comment:2
flesler is correct and this is interface. Check out jQuery UI's effects for replacement functionality.
Changed February 13, 2009 03:21AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
What is SlideInRight and SlideOutLeft ? that's not part of the core.
Maybe that's causing the problems, isn't that Interface ?
If so, I think it doesn't work with newe version of jQuery.