Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 409 results for
slideup
- Page 1
how to get a slideup effect?
Programming
Software Development
9 Years Ago
by hwoarang69
… get similar effect as this link: http://api.jquery.com/
slideup
/ ## What I am using: ## vb net, JQuery,css ## what…).ready(function () { $("#closeIB").click(function () { $("#box").
slideUp
(); }); }); </script> </head> <body> …
jQuery slideUp, slideDown
Programming
Web Development
13 Years Ago
by Soben
… of page should change, using ajax. These are levels: a)
SlideUp
the #Content div b) Change the innerHTML of #Content div… it for me: [CODE] function showContent(x){ $("#content").
slideUp
("slow", function(){ var cont = document.getElementById("content…
Re: jQuery slideUp, slideDown
Programming
Web Development
13 Years Ago
by Airshow
…=javascript] function showContent(x){ var $cont = $("#content"); $cont.
slideUp
("slow", function(){ $.ajax({ url: x + ".txt"…
Re: jQuery slideUp, slideDown
Programming
Web Development
13 Years Ago
by Soben
Worked perfectly in firefox and chrome. But still has problems with IE -_- After
slideUp
, when you change data suddenly the whole data is shown and disappears fast and slides down.. anyway to solve this?
Re: jQuery slideUp, slideDown
Programming
Web Development
13 Years Ago
by xylude
For that kind of stuff I usually use the $(id).load(htmlLocation) function like so: [code] $('#content').
slideUp
('slow',function(){ $(this).load('page.html',function(){ $('#content').slideDown('slow'); }); }); [/code]
ie and jquery slideup
Programming
Web Development
14 Years Ago
by peck3277
… $('ul', this).slideDown(300); }, function () { //hide its submenu $('ul', this).
slideUp
(300); } ); }); [/CODE] The problems can be seen at [url]www…
Re: jQuery issue with slideUp() and stop()
Programming
Web Development
13 Years Ago
by Johnbonono
Actually I changed
slideUp
() and slideDown() to slideToggle(), and stop() to clearQueue(), but it still does weird stuff.
Re: how to get a slideup effect?
Programming
Software Development
9 Years Ago
by Begginnerdev
Try wrapping your div in an [UpdatePanel](https://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel%28v=vs.110%29.aspx). This will allow you to update only that part of the page without calling a full postback.
Re: jQuery slideUp, slideDown
Programming
Web Development
13 Years Ago
by Airshow
Soben, That's very naughty of IE. I don't know of a workaround but you could try : [CODE] ... $cont.html(data).hide().slideDown("slow"); ... [/CODE] Chances are that IE will still misbehave but you never know. [B]Airshow[/B]
my javascript in external html is not loading.
Programming
Web Development
15 Years Ago
by s32ialx
… content.slideDown(); break; case "about": content.
slideUp
(); content.load("http://tdr.host22.com/sections.html #… content.slideDown(); break; case "friend": content.
slideUp
(); content.load("http://tdr.host22.com/sections.html #…
Re: Expand menu
Programming
Web Development
14 Years Ago
by Airshow
…quot;).slideDown("slow"); } else{ $("#historyMenu").
slideUp
("slow"); } }); $("#awardsMenuTitle").click(function(){ …quot;).slideDown("slow"); } else{ $("#awardsMenu").
slideUp
("slow"); } }); $("#galleryMenuTitle").click(function(){…
Re: my javascript in external html is not loading.
Programming
Web Development
15 Years Ago
by s32ialx
While I am asking for help how would i go about implementing my li.js switch to something like this [CODE]content.
slideUp
(); content.load("http://tdr.host22.com/sections.html #" + this.id + "_section", hideLoading); content.slideDown();[/CODE]
Re: my javascript in external html is not loading.
Programming
Web Development
15 Years Ago
by ShawnCplus
…": case "read": case "leave": content.
slideUp
(); content.load("http://tdr.host22.com/sections.html #"…
Expand menu
Programming
Web Development
14 Years Ago
by bsewell
…} else{ $("#historyMenu").
slideUp
("slow"); } }); $(&… } else{ $("#awardsMenu").
slideUp
("slow"); } }); $(&…
Re: Help with Collapsible Divs (adding image for show/hide state)
Programming
Web Development
14 Years Ago
by Airshow
…;; callbackFn = (!fn) ? null : fn; startslide(); return false; } this.
slideup
= function(fn){ if(!obj || moving || obj.style.display === "none…= "down"; callbackFn = (!fn) ? null : fn; startslide(); } this.
slideup
= function(fn){ if(!obj || moving || obj.style.display === "none…
Accordion Menu for Wordpress
Programming
Web Development
12 Years Ago
by kimmi_baby
…quot;).find("ul").
slideUp
('normal'); $('#nav-main ul ul li ul:…visible').
slideUp
('normal'); checkElement.slideDown('normal'); return false; } }… $('#nav-main ul ul').
slideUp
('normal'); $('#nav-main ul ul li ul:visible').
slideUp
('normal'); checkElement.slideDown('normal');…
Ajax Event
Programming
Web Development
11 Years Ago
by SimonIoa
…) { $("#webcam_container").
slideUp
('fast'); $("#event_container").
slideUp
('fast'); $("#flash").…html(); $("#preview_event").html(); $('#imageupload').
slideUp
('fast'); $('#eventupload').
slideUp
('fast'); } return false; }); $('#event_img').…
"if" suggestions
Programming
Web Development
17 Years Ago
by adrumsolo4u
…return; if(document.getElementById('mainA').style.display != "none")
slideup
('mainA'); if(document.getElementById('mainB').style.display != "none"…'); if(document.getElementById('mainC').style.display != "none")
slideup
('mainC'); if(document.getElementById(objname).style.display == "none")…
HTML form with JQuery effect does not post to MySQL
Programming
Web Development
14 Years Ago
by dennishall
…quot;,function(){ $("#btns_2").fadeIn(); } ) } ) $("#fs_software").
slideUp
(); } } ) $("#results, #btns_2, #btns_3, .amd_col, #amd_rate, …!== "Current Software"){ $("#fs_software").
slideUp
(); } } ) $("#btn_compare").click(function(){ /* $("…
Script Inspection
Programming
Web Development
14 Years Ago
by Amr87
…); } else { // div is not hidden, so slide up this.
SlideUp
(objname); } }; /* This function slides the object down Parameters objname -… up Parameters objname - name of object to slide */ VerticalSlide.prototype.
SlideUp
= function (objname) { if(moving[objname]) return; if(document.…
Nested list jQuery
Programming
Web Development
12 Years Ago
by nacedo
….setOnLoadCallback(function() { $(function() { $('#tree ul:parent').
slideUp
(); $("#tree li:parent").bind("collapse",… if(evt.target == evt.currentTarget) { $(evt.target).children().
slideUp
().end(); } }).bind("expand", function(evt) { if…
Uncaught TypeError: undefined is not a function
Programming
Software Development
10 Years Ago
by meryl_1
…{ $(this).closest('li').removeClass('active'); checkElement.
slideUp
('normal'); } if((checkElement.is('ul')) &…$(this).val(), function(data) { $('#sub_cat').html(data); $('#loader').
slideUp
(200, function() { $(this).remove(); }); }); }); }); <…
css3 pause anmation when completed
Digital Media
UI / UX Design
9 Years Ago
by UK-1991
… .port_up_row { animation-duration: 3s; animation-name:
slideup
; -webkit-animation:
slideup
5s ; /* Chrome, Safari, Opera */ -webkit…: relative; } #section4 .row { overflow:hidden } @keyframes
slideup
{ from { margin-top: 0%; } to { margin-top: -40%;…
How to put data into to a database using JSON-JAVASCRIPT
Programming
Web Development
8 Years Ago
by SimonIoa
…preview').html(''); $("#webcamContainer").
slideUp
(); $('#webcam').html(''); $('#webcam_preview').html(''); $('#photoContainer').
slideUp
('fast'); } else { $.alert({ title: '', content…
Re: css3 pause anmation when completed
Digital Media
UI / UX Design
9 Years Ago
by gentlemedia
… take way too long :) .active .port_up_row { -webkit-animation:
slideup
5s 5s forwards; animation:
slideup
5s 5s forwards; } On a side not. Consider…
Re: Question on some JavaScript
Programming
Web Development
9 Years Ago
by TObannion
…(function() { $(".myDiv").slideDown(); }); $("#
slideUp
").click(function() { $(".myDiv").
slideUp
(); }); $("#slideToggle").click(function() { $("…
JavaScript Custom Object Scope: Why does it work?
Programming
Web Development
15 Years Ago
by CNSKnight
… if (Boolean(sliderEngine.showing) && sliderEngine.showing == aS) { sliderEngine.
slideup
(aS); } else { sliderEngine.slidedown(aS); } } else { return false; … parent.id; } else { this.showing = objid; } } this.
slideup
= function(objid){ if (this.moving[objid]) return; if (this.sliders…
Re: JavaScript Custom Object Scope: Why does it work?
Programming
Web Development
15 Years Ago
by CNSKnight
…;; if (Boolean(this.showing) && this.showing == aS) { this.
slideup
(aS); } else { this.slidedown(aS); } } else { return false; } } …this.showing = parent.id; } else { this.showing = objid; } } this.
slideup
= function(objid){ if (this.moving[objid]) return; if (this.sliderObjs…
Conflicting javascripts
Programming
Web Development
15 Years Ago
by neogy
…slow"); } else{ $("#contactForm").
slideUp
("slow"); } }); }); function …quot;#messageSent").hide();$("#contactForm").
slideUp
("slow")', 2000); } …
Re: Conflicting javascripts
Programming
Web Development
15 Years Ago
by neogy
…;).slideDown("slow"); } else{ $("#contactForm").
slideUp
("slow"); } }); }); function closeForm(){ $("#…quot;); setTimeout('$("#messageSent").hide();$("#contactForm").
slideUp
("slow")', 2000); } </script>…
1
2
3
7
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC