Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9067237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T16:53:38+00:00 2026-06-16T16:53:38+00:00

I want to merge two plugins together. I am using jquery autocomplete for zipcode

  • 0

I want to merge two plugins together.

I am using jquery autocomplete for zipcode field.

Now I want to add multiple entries for zipcode field so I found jQuery tags input plugin.

So I wnat to use jQueryUI autocomplete with jQuery tags input plugin.

I tried myself on JSfiddle but not working. link :-http://jsfiddle.net/7aDak/1719/

Can anyone help me for this functionality.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T16:53:39+00:00Added an answer on June 16, 2026 at 4:53 pm

    You met two problems here:

    • default param name used by autocomplete is “term” – no changeable by simple param, you need to do it by “source” function
    • result needs two fields: “label” and “value” with is not provided by your provider – need response remap.

    Code below is good for startpoint for you:

    $('#tag1').tagsInput({
    autocomplete_url:'http://ws.geonames.org/postalCodeSearchJSON',
    autocomplete:{
    source: function(request, response) {
      $.ajax({
         url: "http://ws.geonames.org/postalCodeSearchJSON",
         dataType: "json",
         data: {
            postalcode_startsWith: request.term
         },
         success: function(data) {
            response( $.map( data.postalCodes, function( item ) {
                            return {
                                label: item.countryCode + "-" + item.placeName,
                                value: item.postalCode
                            }
                        }));
         }
      })
    }}});
    

    http://jsfiddle.net/YGm89/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using classic ASP in my project. I want to merge two XMLs together.
I want to merge two cells in excel using pyExcelerator , ws.write_merge(r1=0,r2=1,c1=0, c2=0, label='test1',
I'm trying to merge two branches together using mercurial and there are some conflicts.
I want to merge two rows and add a column to show the count
Possible Duplicate: How can I merge two MySql tables? I want to merge multiple
I want to merge two tables using SQL Server on the following basis: IF
listview want to merge two different arraylist into one adapter. i try using the
I want to merge two CSV files that I have read into python using
I want to merge two A3 Objects together which contain some of the same
I want to merge two arrays and replace the text with strtr function. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.