search for: childrenwithclassnam

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

Did you mean: childrenwithclassname
2007 Feb 17
4
childrenWithClassName
Hi, i need some help :) Does anywhere exists a fix for a code (scheme) like this: ---------------- var blas = document.getElementsByClassName( ''foo-class'', ''foo-id'' ); blas.each ( function( bla ) { var subbla = Element.childrenWithClassName( bla, ''subbla-class'', true ); } ); -------------- This scheme worked well till script.aculo v1.6.4 Since v1.6.5 I''ll receive this error message: "Element.childrenWithClassName is not a function" How can/must I rewrite the code? best wishes ps. sorry...
2006 Apr 17
2
RE: document.getElementsByClassName (prototype) andElement.childrenWithClassName (scriptaculous) redundancy?
...bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Jeremy Kitchen > Sent: Monday, April 17, 2006 12:40 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] document.getElementsByClassName (prototype) > andElement.childrenWithClassName (scriptaculous) redundancy? > > On Monday 17 April 2006 11:24, Jeremy Kitchen wrote: > > Is there a reason scriptaculous provides what appears to be a redundant > > function? The reason I''m asking is that it only seems to be used twice > > throughout all of scrip...
2006 Apr 17
1
document.getElementsByClassName (prototype) and Element.childrenWithClassName (scriptaculous) redundancy?
Is there a reason scriptaculous provides what appears to be a redundant function? The reason I''m asking is that it only seems to be used twice throughout all of scriptaculous, and it doesn''t appear to work properly (for some reason it''s returning the actual element, rather than an array with all of the elements) If there is no reason, I''ll modify it to use
2006 Jan 29
2
Questions about Sortable javascript
...''d be greatful. Sorry for packing multiple questions into one email but I only have internet connection once every three days or so. 1) Looking in the index of my O''Reilly book covering JavaScript 1.5 [2] I cannot find any of these methods .detect(), .findAll(), .reject?, Element.childrenWithClassName, $(), $A() Object.extend. Where is a good reference to these things? Are they JavaScript 1.6? 2) What is greedy refering to? 3) (this.findElements(element, options) || []).each is a JavaScript idiom to avoid problems when findElements returns null? 4) why unimplement tree? 5) what is overlap?...
2006 Jun 15
12
Why such bad performance with IE ?
Regarding DragDrop I am wondering what the deal about Internet Explorer 6 is. My application is near to final and now while testing browsers all but the IE6 are running as supposed to. Any other browser is performing smooth movement while IE compared provides a very bad expirience. I''ve seen some "tuning" infos on this list but they are either outdated or not actually working