Tag-Handler icon indicating copy to clipboard operation
Tag-Handler copied to clipboard

Issue with Single quotes inside of items & update URL

Open toby78 opened this issue 10 years ago • 0 comments

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

toby78 avatar Nov 04 '14 09:11 toby78