I have no idea how to deal with those special characters. Please see below:
<input class="easyui-combobox" data-options="
valueField: 'label',
textField: 'value',
data: [{
label: 'java',
value: 'alc\\o\\h//ol'
},{
label: 'perl',
value: 'mr. john's'
},{
label: 'ruby',
value: '<script>alert(\'testggg\');</\script>'
}]" />
How can i make all of that to display as it was ? please help!!