On Mon, Apr 4, 2011 at 11:01 AM, Shashank <[email protected]> wrote: > Hi Guys, > I am trying to use autocomplete in my cakephp, but getting an error > like ds: > > $("#UserUsername").autocomplete is not a function > [Break on this error] $('#UserUsername').autocomplete('/events/ > addevent', {}); > > > i have no idea why i am getting this error??. > > Can anyone suggest me anything??
That appears to be a javascript--specifically jquery--error. My guess is you either don't have jquery or some autocomplete plugin loaded -- 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
