search for: toggler

Displaying 5 results from an estimated 5 matches for "toggler".

Did you mean: toggle
2006 Dec 26
1
One content at a time - Effect.toggle
Hi everyone, I am creating a web page which has many links to hidden <div> content, which on clicking reveals the <div> through "Effect.toggle Blind". When i click one link the corresponding <div> blinds down, but when i click some other link the first <div> still persists and won''t blind up. Can anyone please tell me how should i get to work such that
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
..."#{id}" / ><span>#{name}</span></span>''), group: new Template( ''<span class="group">'' + ''<a href="" title="Click to collapse">'' + ''<img class="toggler" src="group_open.gif" alt="-" /></a>'' + ''<input type="checkbox" name="item[]" value="#{id}" / ><span>#{name}</span></span>'' + ''<ul></ul>'') }...
2007 May 15
3
NOOB question RSPEC
Hi all !! I have this code: require ''account'' describe Account, "when first created" do before do @account = Account.new end it "should have a balance of $0" do @account.balance.should eql(Money.new(0, :dollars)) end after do @account = nil end end How can I pass the @account.balance.should eql(Money.new(0, :dollars)) spec. From my
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws
2024 Sep 28
1
Weekend Puzzle: computer posing as an UPS
That, or use a low current source such as the fan header to control a 5v switch feeding the pi from a different source. Same net result, and no excess loads on your mobo. (Might be able to work this into the case using a spare power supply connector to feed it . . .) Still have not figured out why though, but that's not relevant to what you are trying to accomplish. On September 28, 2024