执行从 GAE 提取数据的 jQuery 自动完成标记的最佳方法是什么
我有一些这里基本上来自jqueryui的东西。是的,它是原始的,并且该示例使用 JSON 来处理自动完成过程。我的后端开发人员在 GAE 上使用 python,他们通常只是直接从 gql 中提取数据并将其转储到网页中。我需要这个函数来创建标签,就像 stackoverflow 一样。针对我的情况,最佳做法是什么?
i have something here that is basically from jqueryui. Yes, it is raw and the example uses JSON to handle the autocompleting process. My back end developers are using python on GAE and they usually just draw data out from the gql direct and dump it into the webpage. i need this function to create tags just like stackoverflow. What is the best practice in my situation here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Whiff 包括对 GAE、jqueryUI 和 AJAX 的支持,这对我来说非常有效。查看 http://whiffdoc.appspot.com - 特别是教程。
Whiff includes support for both GAE, jqueryUI, and AJAX that works really well for me. Have a look at http://whiffdoc.appspot.com -- particularly the tutorials.