Re: [Proto-Scripty] [OT] Rails 3.1 - Prototype = WTF?

2011-03-14 Thread Jane Hunter
I can tell you my experience, perhaps others have had a similar ones. I tried jquery and found that I liked its ability to chain a lot. It toggles more powerfully than prototype. I also like the fact that I only need one reference for plenty of effects -- as many as I'll ever care about.Jquery

Re: [Proto-Scripty] element.getStyle('border') does not work

2010-12-23 Thread Jane Hunter
reorder the border attributes so they are type, size, color and see if that solves your problem. On Thu, Dec 23, 2010 at 11:53 AM, marbrun marb...@me.com wrote: Hello guys I am using the latest version of JS Prototype, 1.7. I have never asked a question about JS Prototype online because I

[Proto-Scripty] using nested lists for drop-down menus. Am I unclear on a concept?

2010-11-17 Thread Jane Hunter
I like using nested lists positioned by percentages, but in trying to make them work for a dropdown menu, I'm not succeeding in getting the child lists to stay visible when the mouse moves from the parent list item to the block-displayed child list. I'm also having trouble getting the lists to

Re: [Proto-Scripty] Looking for a way to disable buttons, inputs while images load

2010-09-17 Thread Jane Hunter
}); cover.observe('click',function(evt){evt.stop();}); } later, when everything is ready $('cover').stopObserving().remove(); Something like that. Walter On Sep 17, 2010, at 2:26 PM, Jane Hunter wrote: Hello, I'm making an html/javascript copy of a flash slide-show, probably

Re: [Proto-Scripty] Looking for a way to disable buttons, inputs while images load

2010-09-17 Thread Jane Hunter
to disable all the buttons at the beginning of the load process and then have an on-complete event that will re-enable them (and will work in all browsers). Is there a way to do that with Prototype? I'd be very grateful for advice and suggestions. Thank you! Jane Hunter -- You received

Re: [Proto-Scripty] Looking for a way to disable buttons, inputs while images load

2010-09-17 Thread Jane Hunter
, at 3:37 PM, Jane Hunter wrote: Thanks very much, Walter. I'm inclined to try your approach, but I have a couple of questions that,if you could answer them, will help me understand it better. First, what is the difference between observe...evt.stop() and stopObserving? It's proactive

Re: [Proto-Scripty] Re: how to modify a part of an a href=...

2010-08-19 Thread Jane Hunter
I've done well with Regex buddy, but we ended up buying the program. Its interface lets you experiment with regular expressions for various languages, which is far better than examples. On Thu, Aug 19, 2010 at 3:01 PM, Dave Kibble davekib...@gmail.com wrote: depends entirely on what you are

[Proto-Scripty] problem using prototype/scriptaculous in asp.net page

2010-08-09 Thread Jane Hunter
')); $('rightmenushell').appendChild($('rmAbout')); This is the first time I've tried to use Prototype with Asp.net and if I'm doing something dumb, would be very grateful if someone could point out what. Jane Hunter -- You received this message because you are subscribed to the Google Groups Prototype