Tagged Questions
2
votes
1answer
424 views
Multiple jQuery functions & Autocomplete
I found that using declaring jQuery Autocomplete as the first function in your script prevents other functions from being executed.
The second and third functions below will not work:
...
1
vote
1answer
175 views
JSONP Freebase for autocomplete jquery plugin
This comes from Parse JSON Freebase results in PHP
But since its possible to do it in Javascript using JSONP, I would liek to know how.
So, I'm using this jquery Autocomplete plugin: ...
1
vote
1answer
197 views
Parse JSON Freebase results in PHP
I'm really sorry if this is too basic, but I really don't know how to do this.
I'm using this jquery Autocomplete plugin: http://devthought.com/wp-content/projects/jquery/textboxlist/Demo/
EDIT: ...
1
vote
2answers
109 views
how to make an autosuggest like freebase
i need to make an sutosuggest similar to freebase ...i need to know how can i treansfer the datas from my db
<script type="text/javascript">
$(function() {
...