The exact code depends if you are using a Javascript framework (I reccomend jQuery) or plain javascript, but a quick google search brings up loads of examples of how other people have done this: http://www.google.co.uk/search?q=cakephp+ajax+select
HTH, Paul P.S. As soon as you start doing any AJAX work I reccomend you have FireBug installed so you can see what data is being fired. On Sep 23, 9:25 am, Elizebert Eona <[email protected]> wrote: > I want to do filtering using ajax. Do u have any idea/advice/suggestion? > > On 23 September 2011 16:19, WebbedIT <[email protected]> wrote: > > > > > > > > > > > Do you want to do this with AJAX or full page load? > > > HTH, Paul. > > > On Sep 23, 2:49 am, ms_liz_87 <[email protected]> wrote: > > > Can anyone give me any idea how I want to do a filtering? example: > > > after i select one 1st cat, it will show all list under 1st cat. > > > -- > > Our newest site for the community: CakePHP Video Tutorials > >http://tv.cakephp.org > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php > > -- > Regards, > Elizebert Eona. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
