Re: [Proto-Scripty] help needed.

2011-08-22 Thread Victor
var lis = $('slide-images').getElementsByTagName('li'); nobody knows about $$ and CSS selectors :) -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit

[Proto-Scripty] help needed.

2011-08-21 Thread omer
hi I really like scriptaclusous and I see it in this website http://www.dwrga.com/ as a content slider.I want to do the same but I don't know what to do? what file I do need? some instruction will be appreciated. -- You received this message because you are subscribed to the Google Groups

Re: [Proto-Scripty] help needed.

2011-08-21 Thread Phil Petree
They are using a script called simple-slide-show.js which is a rewrite of someone elses script. http://www.deepbluesky.com/blog/-/simple-slide-show-for-prototype-scriptaculous_38/ On Sat, Aug 20, 2011 at 11:09 AM, omer omerjaw...@gmail.com wrote: hi I really like scriptaclusous and I see it

[Proto-Scripty] Help needed, its got to be simple

2010-07-15 Thread Zortag
I'm pretty new to both JavaScript and Prototype, but have been programming for over 30 years, and so this one is causing me to tear out what little hair I have left. Basically, I can't seem to figure out what is wrong when I move a function that works outside of a class into a class, it is a very

[Proto-Scripty] Help Needed !

2009-10-29 Thread Siddhartha
i am a newbee to this prototype thing and i am trying to use a Class.create() in an example, but i am not able to figure how to use the classes and their functions. Can anyone here send me a complete working example, which involves creating a class, writing functions in that class, subclassing

[Proto-Scripty] help needed.

2009-04-14 Thread anandperuma...@gmail.com
HI Friends ! I customized drag and drop with the script. I like it very much. But i got a problem. This works like this with me - I will drag and drop the contents from left to right. I will have block of texts for each item to drag and drop from left to right. If i drop the content before

[Proto-Scripty] Help needed

2008-11-28 Thread jason maina
Hi guys/gals, I have made a select control used by 3 different pages but create from the master page by calling the relevant function then update a div with the control. On FF it works pretty fine without any issues. On IE it only shows on the first page that calls the control then on subsequent

[Proto-Scripty] Help needed

2008-10-20 Thread jason maina
[code] function monitorMgr(){ var myLi=$$('ul.flMgr li'); myLi.each(function(liItem){ Event.observe(liItem, 'click', anFunction, false); }); } function anFunction(evt){ alert($(evt).id); } [/code] response: undefined expected result: the clicked li's id considerations: 2 ul elements sharing id

[Proto-Scripty] Help needed with element.offsetHeight

2008-10-03 Thread Brian Williams
hey everyone, yeah, i know this is a stupid newb questions, but it seems to be slipping my mind. I have ye olde code using ye olde version prototype 1.6.0.2 var pos = Position.cumulativeOffset(element); landing.style.top = pos[1] + element.offsetHeight + 'px'; the positioning is pretty much