Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
2 answers
670 views

how to create sliding messages up

How can I create the sliding messages that goes upwards, as in this example? That when you create a new message the old one will slide up. I tried to do with slideup, but it does not work for me. ...
encoded today's user avatar
1 vote
0 answers
146 views

Xamarin.Forms - device-independent way to make a bar at bottom slide up to cover full screen height

I'm working on a mobile app in Xamarin.Forms, with a "new messages" bar at the bottom of the screen, like this: ---------------------- | | | | | ...
jbyrd's user avatar
  • 5,517
0 votes
2 answers
1k views

slideDown/slideUp for scrollbar

I wish my navbar had an effect slideDown instead of fideIn. It is possible? This is the code with .fideIn: $(document).ready(function () { $("#navbar").hide(); $(window).scroll(function () {...
Skyne's user avatar
  • 3
0 votes
1 answer
114 views

Using SSRS how do I slide data up if they are null?

I can't figure out how to slide information up in an SSRS report if the data comes back as NULL. So if I've got an address field with the entire address i want to slide data up (remove white spaces) ...
YelizavetaYR's user avatar
  • 1,691
0 votes
1 answer
2k views

SlideUp DIV of same class before SlideDown Jquery

I'm sure the answer is simple but; I'm trying to write a simple bit of Jquery for a restaurant menu system on a website. I want the menu_list item to that is visible to slideUp before the selected one ...
JakeLabz's user avatar
1 vote
1 answer
252 views

jQuery hover and Slide

I have 20 different divs. 5 class="icon", 5 class="rainskin", 4 class="schoolproject", 4 class="wallpaper", & 2 class="miscellaneous". Each div has one div with class=".type". I have the ...
Tibneo's user avatar
  • 39
0 votes
5 answers
1k views

slideDown and slideUp multiple fields with jQuery

I'm trying to slide multiple contents down with show fields. This works fine. Also the class changes nicely to "up". Yet, when I click the text again, nothing happens. Why doesn't this work? Does ...
Iwe M's user avatar
  • 31
0 votes
4 answers
5k views

slideup,change content,then slide down with jQuery

I develop following code to slide up register panel, then change its content and then slide down logged in panel. function ValidLogin(data) { var content = null;; content = '<a id="link-...
Moein Hosseini's user avatar
2 votes
4 answers
1k views

Prevent Loop jQuery

I created this script for scrolling up with jQuery, but when you mouseover and mouseout multiple times, the script goes into the loop until it finishes for every time you mouse over it. I already ...
OneLoop's user avatar
  • 25
0 votes
2 answers
225 views

Slide new items into a list

I have a list of links I'm getting from the server, via AJAX, and I'm updating it with the new links I get from the server. I want the list to slide down and the new servers to slide on top. My list ...
rafa's user avatar
  • 356
1 vote
3 answers
193 views

problem to hide image when slideUp menu

I've a menu with slideUp and SlideDown. The user clicks in menuArea and the menu is opened and an image with a cross becomes visible. To close the button the user click in the image, and that image ...
saomi's user avatar
  • 877
1 vote
2 answers
957 views

SlideDown Div with Close link

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). But ...
Dannemannen's user avatar
1 vote
2 answers
4k views

jQuery click event to make a div slide down and push next div out of viewport

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... ...
Josh's user avatar
  • 13