I just installed a slideDown panel from the \"FAST QUOTE\" button on the top of the page: link text Is it possible to make the panel slideUp when the user clicks anywhere outside 开发者_JAVA百科of t
I need some help adjusting the logic of my jquery function. Here\'s how the function works: There are two navs, the main-nav and sub-nav both of which are visible when page loads. If the window is sc
This change from mootools drives me crazy. HTML <tr class=\"teamicon\">开发者_StackOverflow; <td style=\"text-align: center;\" width=\"100%\" valign=\"middle\">
I need a smooth slide effect and i cant seem to understand what I am doing wrong. I have tried the following
I\'ve found someone with a tutorial showing what I\'m essentially after, however, the demo is for a submenu that slides down instead of having the the submenu slide up above the menu item.
I\'m not experienced with jquery (or java script really), but trying to make an image (img id=mike ...) slide in when a page loads.
I\'m trying to figure out how to make jQuery slide #content2 down and replace #content1 with it while making it look like #content1 is actually being pushed down by #content2 removing it from view...
Here is the code in question: $(\".navItems>ul>li\").live(\'click\', function() { var selectorID = $(this).attr(\'id\');
I have a Div that is 400px in height with the ID \"content\", I then do a slideToggle on the Div, load some data into the Div of a varying height e.g. 200px, and then do another slideToggle. What I ge
I have an interface that makes heavy use of the jQuery slideUp and slideDown effect to expand items in a tri-state kind of way.