You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a jQuery plugin requirement to use quick tag, the link goes to a 404 page.
However, you could probably do this better with native HTML5 autocomplete attributes on the textarea and also datalist tags - negating the need for jQuery:
There is a jQuery plugin requirement to use quick tag, the link goes to a 404 page.
However, you could probably do this better with native HTML5
autocomplete
attributes on thetextarea
and alsodatalist
tags - negating the need for jQuery:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
The text was updated successfully, but these errors were encountered: