标签: javascript jquery touch
我输入的文本框类型为数字,我想更改数字值, 它不适用于android设备,可同时在ios和台式机上运行
我使用了touchstart,touchend
$("body").on('keyup ','#'+UI_TEXT_FONT_SIZE_INLINE+',#inline_text_size',function() { alert("mobile font change not working here"); })
更改数值