Tag-Handler
Tag-Handler copied to clipboard
Issue with Single quotes inside of items & update URL
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 });