Re: autofilling select boxes

2009-05-11 Thread newbie
It wud be of great help if u cud post the code. On May 11, 1:25 pm, Bastien wrote: > Hi, > > I have just done it, using jquery, and I'm also new to this but it was > very easy. The logic I used is as follow: > I had a preexisting view where a user selects various criteria to add > to a blog entr

Re: autofilling select boxes

2009-05-11 Thread Bastien
Hi, I have just done it, using jquery, and I'm also new to this but it was very easy. The logic I used is as follow: I had a preexisting view where a user selects various criteria to add to a blog entry like theme, geographical zone, tags... a jquery script tracks the user inputs and for each cha

Re: autofilling select boxes

2009-05-10 Thread jai
You can use Dojo or jquerry. On May 11, 10:44 am, newbie wrote: > Hi, > >           I'm new to django and also ajax. I want to create a form > which has a select box and based on the selection made, the options of > another select box are generated. I've achieved this task in web2py > but i'm po

autofilling select boxes

2009-05-10 Thread newbie
Hi, I'm new to django and also ajax. I want to create a form which has a select box and based on the selection made, the options of another select box are generated. I've achieved this task in web2py but i'm porting my application into django and cudnt find a good start using ajax in d