search for: mmjaeger

Displaying 20 results from an estimated 20 matches for "mmjaeger".

Did you mean: jaeger
2006 May 24
6
enumerables problem?
...lease tell me why this is causing an error in IE (works in Firefox): $A(container.getElementsByTagName(''*'')).each( function(el) { Element.cleanWhitespace(el); }.bind(this)); What would be an alternative of achieving the same? Thank you Marco M. Jaeger | Url: http://mmjaeger.com <http://mmjaeger.com/> | E-mail: mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org Do you need business consulting, webdesign or webhosting: please visit http://j-cons.com <http://j-cons.com/> or please contact me at mail-tqBp8EdZ1v6Xj1p+fO2waQ@public.gmane.org ___________________...
2005 Oct 21
2
scriptaculous website - IE crashes
often when I "try to" visit the scriptaculous, it crashes IE - does anybody else experience this as well? _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2005 Oct 11
5
show message while loading - ajax
Hello, Could anybody please tell me how I would show a message or an image while the ajax request gets processed? thank you in advance for your help. this is what I came up with but it doesn''t really work: function getHTML() { var url = "./scripts/rfiles.php"; var par = ""; var myAjax = new Ajax.Updater("fm-viewdetails", url, {method:
2006 May 30
0
problem with effect toggle - please help
...removeClassName(this.bBtnToggle,''fm-btn-collapse''); (Element.visible(this.bContentWrap)) ? Element.addClassName(this.bBtnToggle,''fm-btn-collapse'') : Element.addClassName(this.bBtnToggle, ''fm-btn-expand''); } }); Marco M. Jaeger | Url: http://mmjaeger.com <http://mmjaeger.com/> | E-mail: mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org Do you need business consulting, webdesign or webhosting: please visit http://j-cons.com <http://j-cons.com/> or please contact me at mail-tqBp8EdZ1v6Xj1p+fO2waQ@public.gmane.org ___________________...
2006 Feb 09
1
cancel fade effect
I was wondering whether it''s possible to pass some arguments to the effect.cancel() - e.g. when canceling fading, I think the opacity should be reset to the default value or 1. Thank you _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Oct 18
3
Blind... Effects
Hello, is there a way to basically achieve a BlindLeft and BlindRight effect and if yes, how would I do that? Thank you in advance for your help. _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2005 Nov 07
2
IE vs. Firefox - little programming help needed
Hello, I was wondering whether somebody can give me a little hand on this: I have the following code: "var img = this.el.previousSibling.getElementsByTagName(''IMG'')[0];" While IE correctly returns the image object, Firefox returns an error. What I discovered so far is that this.el.previousSibling returns the DIV tag an IE which is correct - however, Firefox
2006 Feb 27
0
RE: FW: Calendar widget
...ge----- From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org] Sent: Monday, February 27, 2006 2:02 PM To: ''www.dhtmlgoodies.com'' Subject: RE: FW: [Rails-spinoffs] Calendar widget Thank you Alf - I appreciate your fast response Marco M. Jaeger | Url: http://mmjaeger.com | E-mail: mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org Do you need business consulting, webdesign or webhosting: please visit http://j-cons.com or please contact me at mail-tqBp8EdZ1v6Xj1p+fO2waQ@public.gmane.org -----Original Message----- From: www.dhtmlgoodies.com [mailto:post-fXIpHH5M6oS4k...
2005 Dec 16
0
http://qooxdoo.oss.schlund.de/
just wondering whether anybody is familiar with http://qooxdoo.oss.schlund.de/ - what''s your experience? _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2005 Dec 20
0
swap css class
I was in need of a function to change (swap) css classes - this is what I came up with - maybe some of the prototype gurus could have a look at the function - I''m sure it needs some improvements, but basically it is working: // usage: toggle (boolean), elementId, old class, new class, tag(s) //
2005 Nov 05
0
new Ajax.Updater - some issues - please help
Hello, I''m afraid but I guess I need a little help from the community - thank you in advance for your help. using the Ajax.Updater, I''m using a little php script that returns a simple unordered list - basically this works fine - however, if I hit the browser''s refresh button, sometime the unordered list gets refreshed, sometime it doesn''t. Is there a
2005 Nov 22
0
Element.findElement - confusion
Hello I''m kind of confused on how to use Element.findElement. I''ve something like this: if (Event.findElement(event,''A'')) { var elm = Event.findElement(event,''A''); alert(elm.nodeName); } else { alert(''no link''); } var elm = Event.findElement(event,''A''); alert(elm.nodeName); returns
2005 Oct 26
0
observe checkboxes
Hello, I was wondering how I could solve the following problem. I''ve a table with a list of checkboxes like: "<table> <tr><td><input id=''toggleSel[]'' type=''checkbox'' value='''' /></td></tr> <tr><td><input id=''toggleSel[]'' type=''checkbox''
2005 Oct 26
1
how to get input fields (checkboxes)
Hello, I was wondering what the easiest way would be to get all input fields in a form - they all have the same id like toggle[] for instance. how could I e.g. count them? would the getElements or getInputs work for instance and how would I use them? thank you _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today -
2005 Oct 30
0
window class - how to resize and/or move using scriptaculous
Hello, I was wondering whether I could do something like this: http://www.dhtmlgoodies.com/scripts/floating_window/floating_window.html using scriptaculous - what I don''t see is how the moving and resizing of the div window could be achieved. Does anybody have a solution to this yet? Thank you in advance for your input.
2005 Sep 01
0
expert advice needed - prototype.js vs. x library
Hello, I''m looking for some expert advice since I''m quite a newbie when it comes to programming. I realized that a lot of people(programs) are using the prototype.js and honestly, I cannot see why. Right, prototype has some nice AJAX support but it is lacking a documentation. I recently came accross cross-browser.com and saw their xlibrary - to me it seems that xlibrary
2005 Aug 30
0
grow and shrink effect - how to resize?
2005 Dec 21
5
ajax - multiple updates on single xmlhttprequest
Hello, I was wondering whether anybody would share a working example of a multiple html update on a single xmlhttprequest. Thank you in advance for your help. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2005 Nov 08
1
Event.observers - I''m totally list - please help
Hello, I need some help on how to use the Event.observers - thank you in advance for your input. <div class="navcontainer"> <ul id="nav"> <li class="button"> <img src="images/spacer.gif" width="20" height="20"> </li> <li class="button"> <img
2005 Oct 16
1
prototype help needed - how to get started
Hello, Despite Sergio''s excellent documentation on prototype, I’m still struggling to get started. I hope somebody is able to help me a with a little example to get me going. Please see html code below – I have this little navigation bar and I like to add some events/functions to the buttons. Let’s say, onmouseover, I like to change e.g. the background-color of the button and