5

I'm trying to implement an advanced example of jquery.ui.autocomplete widget with categories ( http://jqueryui.com/autocomplete/#categories ). My code basically looks just like in this example's source code but for some reason, when i'll type something in input field, autosuggest don't work and i'm getting this error in object inspector javascript console:

Object #<Object> has no method '_renderItemData' 

Have you any idea what am i possibily doing wrong? The basic example works fine on my website. Thanks in advance.


So you want to learn how to use database management in iOS? I suggest you follow this course by Stanford University on iTunes U. It's very well explained and shows you concrete examples and demos of how to do things. The lectures you want to watch are 13. Core Data and 14. Core Data demo.

4

1 に答える 1

9

_renderItemの代わりにメソッドを使用してください_renderItemData。例は間違っています。

于 2012-12-04T09:42:38.450 に答える