FlowConsent
ServicesBlogExtensionSolutionsPricingTry FlowConsent
FlowConsent

FlowConsent is a GDPR-compliant cookie consent management platform.

Product

  • Services
  • Extension
  • Extension support
  • Solutions
  • Pricing
  • FlowConsent App

Legal

  • Privacy Policy
  • Terms of Service
  • Legal notice

© 2026 FlowConsent by BeBranded. All rights reserved.

FrancaisDeutschEspanol

Does your website use third-party services? Get GDPR compliant in minutes.

Try FlowConsent
  1. Home
  2. Services
  3. Framework
  4. jQuery DevBridge Autocomplete
j

jQuery DevBridge Autocomplete

OtherWebsite

Related services

_

_hyperscript

_hyperscript is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. _hyperscript supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, _hyperscript ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

ABP Framework

ABP Framework is a development framework and toolkit providing developers with a structured foundation for building modern web applications. It offers reusable components, standardized architecture patterns, and comprehensive documentation. ABP Framework accelerates development through code generation, testing utilities, and build optimization. With an active community and extensive ecosystem, ABP Framework enables teams to build scalable, maintainable applications following industry best practices.

Other
A

Ace

Ace is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Ace integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Ace helps organizations maintain robust websites that meet user expectations and technical requirements.

Other

Adobe ColdFusion

Adobe ColdFusion is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe ColdFusion supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe ColdFusion ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other

Adobe Flash

Adobe Flash is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe Flash supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe Flash ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

Adobe GoLive

Adobe GoLive is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Adobe GoLive integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Adobe GoLive helps organizations maintain robust websites that meet user expectations and technical requirements.

Other
Get compliant — Try FlowConsent free

Free plan · 10-min setup

What does jQuery Devbridge Autocomplete do?

jQuery Devbridge Autocomplete (Ajax Autocomplete for jQuery) is an open source jQuery plugin released by Devbridge under the MIT license. It adds autocomplete and autosuggest behaviour to text input fields by querying a developer defined endpoint and rendering inline suggestions. The plugin sets no cookies and contacts no Devbridge server at runtime.

jQuery Devbridge Autocomplete, also known as Ajax Autocomplete for jQuery, is an open source MIT licensed jQuery plugin originally published by Devbridge (now Cognizant Softvision). It adds autocomplete and autosuggest behaviour to text input fields by querying a developer defined endpoint and rendering inline suggestions. The library remains widely deployed on legacy WordPress, ASP.NET and PHP sites, even though Devbridge itself has been integrated into Cognizant Softvision.

What the plugin does

The plugin is a pure client side widget. It binds to one or more input elements, listens for keystrokes and sends the current input value to the URL the developer specifies. The endpoint returns a JSON payload of suggestions, which the plugin renders as a dropdown. The library does not set any cookie, does not call Devbridge at runtime and does not include any analytics.

Data and cookies set

No cookies, no local storage, no fingerprinting code is shipped by the library. The data flow is the autocomplete query that the user types, which is sent to the developer chosen endpoint, plus the standard HTTP headers (User Agent, IP, referer) that any browser request carries. If the host page loads the library from a public CDN (jsDelivr, CDNJS, unpkg), an asset request is made to that CDN.

GDPR and ePrivacy implications

Because the library writes nothing on the device, Article 5(3) ePrivacy does not apply to the library itself. The autocomplete endpoint, however, may process personal data (the typed text, the IP address, possibly the user identifier in authenticated areas), which falls under GDPR. Legitimate interest (Art 6(1)(f)) or performance of contract (Art 6(1)(b)) are the standard legal bases, depending on the context.

Get GDPR compliant in 10 minutes

Free plan available · No credit card required

Try FlowConsent free

Consent and transparency

No consent is required to load the library itself. The privacy notice should mention that the form uses autocomplete and describe what the endpoint does, especially when the suggestions include personal data (contact directory, customer database). If the autocomplete is loaded from a public CDN outside the EU, log the asset request in the records of processing for completeness.

Data transfers and hosting

The library is distributed as a static asset on GitHub, npm and public CDNs. The autocomplete endpoint is whatever the developer points to. If the endpoint is hosted in the EU, no transfer takes place. If the host page loads the library from a US based CDN (CDNJS, unpkg), the asset request itself goes to the US, which may justify self hosting the file for stricter compliance.

Practical compliance steps

Self host the library to avoid third country CDN calls. Restrict the autocomplete endpoint to authenticated sessions where possible. Minimise the data returned in suggestions (no full PII, no sensitive content). Log only what is needed and apply a short retention. Document the endpoint in the records of processing, not the library.

GDPR consent category

Other

Websites using jQuery Devbridge Autocomplete must obtain user consent under GDPR regulations.

Legal basisFor typing assistance in search boxes or login forms: legitimate interest of the controller (Art 6(1)(f) GDPR) or strict necessity for performance of contract (Art 6(1)(b)) depending on the form context. The Art 5(3) ePrivacy consent exemption applies because the library sets no cookies.
Risk levellow
Applicable regulationsGDPR, ePrivacy Directive, UK GDPR

DPIA considerations

A DPIA is not required for the autocomplete plugin itself, which sets no cookies and contacts no vendor backend. A DPIA may be needed for the underlying autocomplete endpoint when it suggests sensitive content (medical, legal, financial) and when the queries can be linked to an identifiable user. Focus the analysis on the developer endpoint, not on the library.

Sample consent text

This site uses jQuery Devbridge Autocomplete, an open source MIT licensed library, to suggest values while you type in a form. The library is loaded as a static script and does not set cookies. Your keystrokes are sent to our own backend to compute suggestions and are not shared with Devbridge.

Technical details

Tracking methodOpen source jQuery plugin loaded as a JavaScript file by the host page. The plugin makes XHR/Fetch requests to an autocomplete endpoint configured by the developer and renders suggestions inline. No cookies or storage are set by the library itself.
Server locationNo vendor server. The library is distributed as a static asset on GitHub, npm and the jsDelivr/CDNJS CDNs. Any request goes to the developer's own backend, not to Devbridge.
Cookieless tracking availableYes

Third-party domains contacted

cdnjs.cloudflare.comcdn.jsdelivr.netunpkg.com

This service may collect user data. Ensure GDPR compliance with FlowConsent.

Get started freeScan your site

Frequently asked questions

Which cookies does jQuery Devbridge Autocomplete set?

The library itself sets no cookies, uses no local storage and does not fingerprint the browser. The only data flow is the autocomplete query, which is sent to the developer's own endpoint. If the page loads the library from a public CDN, the CDN may set its own caching cookies independently of the library.

Is consent required to load the plugin?

No. Because the plugin sets no cookies and stores nothing on the device, Article 5(3) ePrivacy does not apply. Consent is not required for the library itself. The autocomplete endpoint, however, is subject to GDPR rules as for any backend that processes typed user input.

What is the legal basis for processing?

The library itself processes no personal data. For the autocomplete endpoint, legitimate interest (Art 6(1)(f) GDPR) is the standard basis for typing assistance, while performance of contract (Art 6(1)(b)) may apply for authenticated forms (eg searching the user's contact list).

Are data transferred to the United States?

Not by the library by default. If the page loads the JavaScript file from a US based CDN such as CDNJS or unpkg, the asset request itself goes to the US. To avoid this, self host the file or load it from a CDN with EU edge locations and EU contracts.

Is a DPIA needed?

No DPIA is required for the library. A DPIA may be relevant for the autocomplete endpoint when it suggests sensitive content (medical lookup, criminal records, child related data) or when it links typed text to identifiable users at large scale.

How do I implement compliance correctly?

Self host the library, restrict the autocomplete endpoint to authenticated users where possible, return only the minimum data needed for the suggestion, throttle the request rate, apply short retention on the server logs, and document the endpoint (not the library) in the records of processing.

Are there modern alternatives?

For new projects prefer the native HTML datalist element, browser autocomplete attribute, or framework based components (React Autosuggest, Headless UI Combobox, Vue Combobox). Self hosting a maintained library is preferred over relying on a deprecated jQuery plugin.

How do I update the cookie policy?

No cookie entry is needed for the library. If the source CDN sets caching cookies for the asset, list them in the cookie table. The autocomplete endpoint should be documented in the privacy notice, with information about retention and recipients.