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

All Questions

Tagged with
0 votes
1 answer
440 views

How to make fadeOut current page and slideDown next page transition effect with JQuery load

Q: How can i make a fadeOut current page and slideDown with next page when i click a button. I want to make the page transition fadeOut homepage, load() the new page and then slideDown() the next page ...
Erik Wahlström's user avatar
0 votes
1 answer
40 views

Why this button is not working

Need help with something why is not working... I have a button inside of each row of pagination, that button is redirect to other page preview.php page for more to read information about the items ...
user3417953's user avatar
1 vote
1 answer
14k views

jQuery load html specific div into webpage

having a bit of a issue got four links when clicked i want to to load in content from an external html page into a div called content which slides down and shows the content from the external html ...
AC88's user avatar
  • 125
1 vote
1 answer
4k views

jQuery ajax slidedown after load

I have a grid of thumbnails each linking to it's own post page. On click, a container div below slides down and loads the content with ajax. The problem: When I click on a thumbnail the first time, ...
beliy333's user avatar
  • 479
1 vote
3 answers
93 views

How to stop a div becoming visible before it's content is replaced?

I want to replace a div's content and then make it visible $("#btn").click(function () { $('#div01').load('about.php'); $("#div01").slideDown("slow"); }); But the div becomes visible before the ...
qadenza's user avatar
  • 9,235
0 votes
1 answer
1k views

Jquery slideDown() slideUp() problems

I have some jQuery slideDown problems. The first time I click on my slideDown it doesn't animate, it just goes from hidden to visible. But every subsequent click will animate. This is the code I'm ...
Designon's user avatar
  • 183
1 vote
0 answers
679 views

Jquery slidedown function not working inside ajax loaded innerhtml

I am trying to insert a slider inside my website which shows login information ...This has to be loaded dynamically... This is what I have done <!DOCTYPE html> <html lang="en"> <...
user1524285's user avatar
1 vote
3 answers
781 views

load data only when slide down with jquery

I have a link that when user clicks on it some data loaded into a div. I want to display waiting message to user until the data fetch completely from server and then show it to user. I also want to ...
hd.'s user avatar
  • 18k