Giter Site home page Giter Site logo

no demos about autocomplete.js HOT 8 CLOSED

lygstate avatar lygstate commented on September 26, 2024
no demos

from autocomplete.js.

Comments (8)

baptistedonaux avatar baptistedonaux commented on September 26, 2024

Hi, many people asks me examples but I don't understand what is missing in the documentation.

There is one example in the documentation (client integration). Is it server integration who miss you or other ?

from autocomplete.js.

adis-me avatar adis-me commented on September 26, 2024

Would love to see some different templates (result list), is it even possible? I can not answer that question without installing an trying out your library. But it looks nice!

from autocomplete.js.

baptistedonaux avatar baptistedonaux commented on September 26, 2024

Thank you for feedback ! I will work on few examples ;)

from autocomplete.js.

baptistedonaux avatar baptistedonaux commented on September 26, 2024

I will add a live demo on the next website/documentation with the release 2.0.

from autocomplete.js.

alexandrursu avatar alexandrursu commented on September 26, 2024

Yes, please share back-end PHP script for that is used for query filtering

from autocomplete.js.

baptistedonaux avatar baptistedonaux commented on September 26, 2024

Yes, it is planned for the release of autocomplete.js 2.x. Currently rewriting.

from autocomplete.js.

alexandrursu avatar alexandrursu commented on September 26, 2024

:( I am trying to implement it now, very helpful but very bad documented finally will need to try something else.

  1. provide JSON example
  2. Provide back-end script (will be nice everything to be in JS)
  3. Make a separate demo or include it in downloadable ZIP

Thanks!

from autocomplete.js.

baptistedonaux avatar baptistedonaux commented on September 26, 2024

The documentation takes HTML or JSON response.

JSON can be an array or an object. The response structure must match this :

For a JSON array

["USA", "UK", "Germany", "France"]

For a JSON object

{
    "usa": "United States of America",
    "uk": "United Kingdom",
    "de": "Germany",
    "fr": "France"
}

very bad documented

-- @alexandrursu

The documentation explains the JS implementation. Autocomplete.js is not specially coded for PHP developers. Please takes power or provide a documentation before criticizing open-source projects.

from autocomplete.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.