-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking into updating LoopJ's autocomplete plug-in. I want to override one of the methods (highlight_term to be exact) however it looks like that method is private.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the Async Http library from loopj.com and also the sample code from the site.
The problem is that when the request is made I don't get a response. I have even overridden the onFinish() function which isn't getting fire either.
I am using the sample code from their site which is as follows:
import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the great async http library from loopj, but I have run into a small snag.
If the user has no internet connection or loses their connection, the app just won't return anything. This part is expected, but it also doesn't fire the onFailure method.
Also, the code I have used when there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Im after a plugin to do autocomplete like facebook does in that you can select multiple items - similar to how tagging a stackoverflow question works.
Here are a couple I ran into:
http://wharsojo.wordpress.com/2008/02/18/jquery-facebook-autocomplete
http://www.emposha.com/javascript/fcbkcomplete…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Before we continue: It can't be a predefined list.
I need it sort of like this: http://loopj.com/tokeninput/demo.html ... A jQuery plugin that allows the user to type a string of words, press enter, and it makes it a block of text, from there they can press the X to get rid of it, or type more key…
>>> More