[cgiapp] Re: Ajax

2006-10-12 Thread Robert Hicks
Sean Davis wrote: On Thursday 12 October 2006 09:01, Robert Hicks wrote: I know this is sad. What is the term I should be looking for when I want to bring back only the associated records with a drop down selection? I assume you mean What AJAX command do I use?. That depends on the

Re: [cgiapp] Re: Ajax

2006-10-12 Thread Michael Peters
Robert Hicks wrote: It will probably be prototype since there is a CA plugin for it. Do you have a recommendation? I like prototype because it makes somethings about Javascript less painful. It provides some syntax-sugar stuff ( ie, $('some_div') is a shortcut for

Re: [cgiapp] Re: Ajax

2006-10-12 Thread Sean Davis
On Thursday 12 October 2006 10:33, Michael Peters wrote: Robert Hicks wrote: It will probably be prototype since there is a CA plugin for it. Do you have a recommendation? But either way, if you're going to get into Ajax, don't be scared of Javascript. Any wrappers that exist (like

Re: [cgiapp] Re: Ajax

2006-10-12 Thread Graham TerMarsch
On Thursday 12 October 2006 7:33 am, Michael Peters wrote: I like prototype because it makes somethings about Javascript less painful. It provides some syntax-sugar stuff ( ie, $('some_div') is a shortcut for document.getElementById('some_div') ) as well as providing things (ie,