Click here to Skip to main content
15,895,799 members
Articles / Programming Languages / Python

What should I respond to jquery autocomplete request?

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
1 Sep 2012CPOL 0  
AAaaarggh stupid bottle :( It didn't make json... Hand-made json works fine.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
1 Sep 2012YuriMaks 1 alternative  
Hello.I want to make a simple python web-script via bottle web-framework that will use jQuery UI like here: jQuery UI autocomplete with remote datasource . This is the server-side code (attempt 1):@get('/search.php')def autocomplete(): #search by request.GET['term'], then: return...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions