Greetins, I wanna use a sliding DIV for displaying some messages like \"Profile Updated\". This is my code. The DIV slides down when i load the page and dissapers after a few seconds (the delay). Bu
I have a simple question about jquery slideDown, SlideUp. I\'m using slideDown to slide a div on click, like
I have made a function to slidedown different div\'s by clicking different links. Following is basic code. However, there\'s a little problem that, for example, if i click on first link, it slides dow
I have what I thought was a simple piece of jquery, but it\'s turning out to be a pain. The slideUp part of this works fine, but it doesn\'t then slide down... It does work though if I take out the e
I have the following code in my masterpage: jQuery: $(window).load(function () { $(\"li.submenu\").hover(
I want to slideUp one div after clicking a link, then slideDown another div, then go to the next page.
I feel like I\'m taking crazy pills. About to lose my mind solving the issue at hand but ultimately IE7 does not use jquery \'slideDown\' and \'slideup\' function as it should.
I\'ve been trying to use the slideDown() effect for a website I\'m working on, but I\'m having difficulty getting the effect I want. Here\'s a sample showing what I want to accomplish.
I\'m trying to mak开发者_C百科e an accordion like section to a page I\'m working on. I\'m not using jQueries native accordion plugin because I need the ability to close all the sections. My problem is
Been having a problem making a jQuery slider, I have a list of links that reveal the corresponding information. Different links have different content, so have different heights..