We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I click on my textarea for editing, I get the following error:
And here is my code:
<textarea name="tags" id="tags" data-placeholder="Enter tags..." data-available-tags="" class="tag-editor-hidden-src"> tag1,tag2,tag3,tag4,tag5,tag6 </textarea>
$(function() { $('#li-page-tags textarea').tagEditor({ delimiter: ',', sortable: false }); });
My usage so far seems to be really basic so I didn't expect any error. Am I missing something?
The text was updated successfully, but these errors were encountered:
Found the solution by myself... "Read the docs, think about them, handle..." I simply didn't import the jquery caret plugin.
Sorry, something went wrong.
No branches or pull requests
When I click on my textarea for editing, I get the following error:
And here is my code:
My usage so far seems to be really basic so I didn't expect any error. Am I missing something?
The text was updated successfully, but these errors were encountered: