Yermo Lamers

Results 93 comments of Yermo Lamers

I'm out on travel. Will be back next week. If I forget to answer this then please remind me. (I don't have the code in front of me) On Jun...

It's rather simple. Create a web service that expects to get a term to search and responds with possible matches for that term. In my own code I use JSON...

This looks correct to me. Are you getting any errors in the javascript error console? What version of jQuery and jQuery UI are you using?

check typeof( tags ). I bet you'll find that it's a string and not an object.

You probably need to add dataType: 'json' to your ajax call.

You're welcome. Let me know if you run into any problems. If your project is ever publicly visible I'd love to take a look at what you're working on.

The intent of insertObject() was to insert a block of HTML to represent some "thing" you want to embed in the text such as an image, a description of a...

Encase your objects in some tag. I didn't anticipate plain text for insertObject(). e.g. This is an object On 06/27/2014 01:55 PM, Andrew Chan wrote: > I was trying to...

You can just insert a DOM text node for that or I could add a separate convenience method for that.

@tomponline I have reproduced this on my end with Ubuntu 24.04, Ubuntu 22.04, and Ubuntu 18.04 system container images running on an Ubuntu 24.04 host. On an Ubuntu 24.04 Desktop...