Displaying 10 results from an estimated 10 matches for "fadeout".
2012 May 24
3
rails ajax issues
...Here is my ajax part
*header.js*
*
*
$(".*addsubmit*").click(function() {
var bnum = $("#bnum").val();
var dataString = ''bnumber=''+ bnum;
if(bnum=='''' )
{
$(''.adderror'').fadeIn(300).show();
$(''.adderror'').fadeOut(3000);
}
else
{
$.ajax({
type: "POST",
url: "http://localhost:3000/bpages/add",
data: dataString,
success: function(){
$(''.adddtl'').fadeIn(200).show();
$(".adddtl").fadeOut(3000);
}
});
}
return false;
});
*Controller*
class *BpagesCont...
2006 Mar 02
7
Timing of effects before and after Ajax call
Hello,
I have a problem with the timing of effects. I do have a tag (with id:
post1). When the link is clicked, the block "post1" must BlindUp. Then the
block is updated with the new content and then the effect BlindDown is
executed.
Below is the source code of the link_to_remote I am using.
<%= link_to_remote("Ajax Edit",
:update =>
2014 Oct 05
1
how to have fade in/out?
Use liquidsoap. You can do fadein and fadeouts with it
Jonnyboy! Iphones rock!
> On 5 Oct 2014, at 13:33, TheDarkener <thedarkener at logicalnetworking.net> wrote:
>
> Hi Simone, that would be a feature of the source client (deefuzzer). I
> am unfamiliar with that client, I'm sure you could search the docs to
> find...
2005 Jun 24
1
Executing custom effect for n seconds
...out.
I want to execute this effect with a custom duration.
I''m looking for a consistent approach that is inline with
script.alicio.us and Prototype.
Is there a way to do something like this (pseudo code):
Effect2.Pulse = function(element) {
new FadeIn(element, {afterFinish: new Fadeout})
}
Effect.Pulsate = function(element) {
render(Effect2.Pulse, {duration: 10});
}
I have most of this working, but the Pulse effect only runs 1, and
when supplied with duration: n, it will take n seconds to render the
Pulse effect once.
What I would like to do is ''repeat''...
2004 Jul 22
3
[fdo] Scheduling subsystems (crontab, at) and the desktop
...is data
really is important our not, is not important). Scheduling a virusscan
(whether or not this is necessary TODAY, is not important). Scheduling
an annoying noise at 8'O Clock in the morning which tells the user to
wake up. Scheduling a reminder message. Scheduling a shutdown.
Scheduling a fadeout effect on the users music volume just before he
goes to bed.
So we (a team of three people: Gaute Hope, Philip Van Hoofand Kristof
Vansant) created a HIG-compliant GNOME 2.0 userinterface for both at and
crontab. It's in the GNOME Cvs, module name is gnome-schedule. It
currently depends on pyt...
2014 Oct 05
2
how to have fade in/out?
Hello!
I use icecast2 and deefuzzer for my streaming. do you know how can I
obtain an automatic fade of a song when it ends with a silence? if the
mp3 finish with 3 4 seconds of silence, is it possible to remove it
automatically?
deefuzzer is not able to do it, can icecast2 make this? some ideas?
thank you!
-- Simone Dal Maso www.nvapple.it www.nvda.it
2010 Nov 17
1
How to enable div that was hide using JQuery
.../div>
<a href=''#'' id=''close_session''>close</a>
<script type="text/javascript">
$(document).ready(function() {
$(''a#close_session'').click(function(){
$(''#expense_session_new_edit_content'').fadeOut("1000");
})
});
</script>
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@publ...
2010 Mar 22
0
need help on working with libvirt+virtualbox
...e3D="false"
accelerate2DVideo="false"/>
<RemoteDisplay enabled="false" port="3389" authType="Null"/>
<BIOS> <ACPI enabled="true"/> <IOAPIC enabled="false"/> <Logo
fadeIn="true" fadeOut="true" displayTime="0"/> <BootMenu
mode="MessageAndMenu"/> <TimeOffset value="0"/>
<PXEDebug enabled="false"/>
</BIOS>
<USBController enabled="false" enabledEhci="false"/>...
2009 Feb 22
8
dynamically changing a form from POST/CREATE to PUT/UPDATE
For the life of me I can''t figure this one out, although I can''t find
anyone else who''s attempted to do this, and probably with good reason.
Context: blog using AJAX
What I''m trying to do: when the user initially saves a blog entry, or
when auto-saving, I want subsequent saves to not create a new blog
entry
Why I can''t just reload the partial:
-
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...s.
Remove invalid window types and add Unknown.
Change default map effect to None.
Regen compiz.schemas.in.
Set a top anchor when resizing a wobbly window.
Make sure mBorder gets initialized.
Make sure we set state to Normal again when window is mapped.
Add fadeOut variable to keep track of windows that fade out.
Move defaultViewportForWindow and outputDeviceForWindow implementation
Make addWindowSizeChanges use new window geometry for viewport and output
Add NOTIFY_MODIFY_MASK.
Add direct composited video plugin.
Video plugin mu...