Skip to content

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

Description

@toby78

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
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions