Re: [Proto-Scripty] Prototype dom

2012-12-17 Thread Agnese Camellini
> Hope that helps. > > Walter > > It does, thanks for your time. Agnese -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To unsubscribe from this group,

Re: [Proto-Scripty] Prototype dom

2012-12-17 Thread Walter Lee Davis
On Dec 17, 2012, at 5:13 AM, Agnese Camellini wrote: > > > 2012/12/17 Walter Lee Davis > > $_POST['id']); ?> > > Call that script page.php and modify the JavaScript as follows: > > > var toggles = $$('.toggle').invoke('hide'); > > is this a way to substitute a CSS property, altern

Re: [Proto-Scripty] Prototype dom

2012-12-16 Thread Walter Lee Davis
On Dec 16, 2012, at 3:31 PM, Agnese Camellini wrote: > The page is composed by a list of divs and a simple list, each div is > associated with a link and should be visible only when you click on the link, > but the pages loads every div without recognizing the id, i changed the typo > errors y

Re: [Proto-Scripty] Prototype dom

2012-12-16 Thread Walter Lee Davis
On Dec 16, 2012, at 8:59 AM, tab1ta wrote: > Hello. > I'm studying, there is a piece of code i cannot get to work, so i was asking > myself if you can help, given that all the pastebin doesn't accept the > prototype link. Which ones have you tried? JSFiddle has Prototype as one of its many lib

[Proto-Scripty] Prototype dom

2012-12-16 Thread tab1ta
Hello. I'm studying, there is a piece of code i cannot get to work, so i was asking myself if you can help, given that all the pastebin doesn't accept the prototype link. I'm not exaclty sure of what it does, i assume it goes through the document dom to place every div page in the right order to

Re: [Proto-Scripty] Prototype DOM-traversal methods failing on HTML5 elements in IE < 9 using html5shiv

2011-06-30 Thread Walter Lee Davis
On Jun 30, 2011, at 12:44 PM, Jonny Nott wrote: Using html5shiv 1.6.2 (latest) (http://code.google.com/p/html5shiv/) and Prototype v1.7.. So, html5shiv makes , etc elements work nicely in IE<9 .. they appear, you can style them etc. All good. The HTML5 elements all exist within the IE DOM tre

[Proto-Scripty] Prototype DOM-traversal methods failing on HTML5 elements in IE < 9 using html5shiv

2011-06-30 Thread Jonny Nott
Using html5shiv 1.6.2 (latest) (http://code.google.com/p/html5shiv/) and Prototype v1.7.. So, html5shiv makes , etc elements work nicely in IE<9 .. they appear, you can style them etc. All good. The HTML5 elements all exist within the IE DOM tree in Developer Tools. However, when you try to grab