Re: Custom javascript events

2011-10-28 Thread Josh Kamau
.com/category/javascript/ useful > > regards > Taha > > On Oct 28, 2011, at 5:03 PM, Josh Kamau wrote: > > > Hi there; > > > > Which is the best way to handle custom javascript events on with > serverside > > handler and return a zone? > > > > Th

Re: Custom javascript events

2011-10-28 Thread Taha Hafeez Siddiqi
le custom javascript events on with serverside > handler and return a zone? > > This is what i want to do. > > I have a text field which when changed (onchange), i want to send an ajax > request and return a zone. I have looked at the code for autocomplete mixin > but so many things

Custom javascript events

2011-10-28 Thread Josh Kamau
Hi there; Which is the best way to handle custom javascript events on with serverside handler and return a zone? This is what i want to do. I have a text field which when changed (onchange), i want to send an ajax request and return a zone. I have looked at the code for autocomplete mixin but