Skip to content
New issue

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

Issue with Single quotes inside of items & update URL #35

Open
toby78 opened this issue Nov 4, 2014 · 0 comments
Open

Issue with Single quotes inside of items & update URL #35

toby78 opened this issue Nov 4, 2014 · 0 comments

Comments

@toby78
Copy link

toby78 commented Nov 4, 2014

80's 90's for example can not be removed.

When using data from JSON, the "80's 90's" item is removed but not passed to the update URL.

$("#edit_34").tagHandler({
getData: { category: '34' },
assignedTags: [ '80s', '80's', '80's 90's' ],
availableTags: [ '80s', '80's', '80's 90's' ,'rock','punk' ],
updateData: { category: '34' },
updateURL: '/api/saveTags.php',
autocomplete: true,
autoUpdate: true,
initLoad: true,
minChars: 2,
allowAdd: false
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant