[Proto-Scripty] difficulty submitting form with []

2009-09-05 Thread bill
using: function mProcessMsg(evt) { Event.stop(evt); new Ajax.Updater('showMessageDiv', 'mail/process_message.php', { parameters: $('showMessageDiv').down('form').serialize(true), onFailure: function(response) { alert ("mail.js: failure to submit form - getmessage"

[Proto-Scripty] Re: difficulty submitting form with []

2009-09-05 Thread bill
disregard the prior message, I was looking at the wrong script. I will repost the message with the correct script -- Bill Drescher william {at} TechServSys {dot} com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Proto-Scripty] SOLVED difficulty submitting form with []

2009-09-05 Thread bill
It turned out to be an error in my non-prototype .js. -- Bill Drescher william {at} TechServSys {dot} com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group,

[Proto-Scripty] Re: When to expect code changes to be added to Prototype.

2009-09-05 Thread Rick Waldron
I wasn't previously aware of this enhancement (which is most def. is)... however re: TJ's reply, I think support for something like this is quite appropriate, as i know the jQuery does support the use of multiple selector expressions sep. by commas. Rick On Fri, Sep 4, 2009 at 11:49 AM, T.J. Cr

[Proto-Scripty] Re: hide/show div id not working - HELP!

2009-09-05 Thread Nelson Hernandez
Thanks for the fast response and information. I didn't understand how prototype, jquery, mootools, and dojo were extending javascript differently, I get it a little better now. Since I have both jquery and prototype used in my project, i was able to accomplish my task with the following code so

[Proto-Scripty] How can this be done in Drag & Drop?

2009-09-05 Thread Script-N00b
I seem to be able to setup a one-to-one relationship but not able to fully able to accomplish what I am looking for. Mostly because I am still a novice to script.aculo.us... I have the following items (Draggables): item_A_1 item_A_2 item_A_3 item_B_1 item_B_2 item_B_3 item_C_1 item_C_2 item_C_3

[Proto-Scripty] Re: Appear + IE 7

2009-09-05 Thread mau
http://wiki.github.com/madrobby/scriptaculous/effect-appear On Sep 4, 1:52 pm, JoJo wrote: > I never knew about the shortcut.  Could you point me to the page that > talks about this? Thanks! > > On Sep 4, 6:30 am, mau wrote: > > > JoJo, thanks for your response, > > > There’s also a shortcut

[Proto-Scripty] Re: execution order in IE

2009-09-05 Thread JoJo
I wanted everyone to know that I was stupid to be testing this in IE8's IE7 backwards compatability mode. This error never occurs in the real IE7. It's just a warning for everyone, never use IE8's backwards mode when web designing. On Sep 4, 2:22 pm, "T.J. Crowder" wrote: > Hi JoJo, > > Excelle