Enable UTF-8 encoding for JavaScript

后端 未结 11 923
悲哀的现实
悲哀的现实 2020-12-09 10:17

I don\'t know how should I titled this question but hope my friends will understand the problem and will help me :)

I want to show log message in arabic

11条回答
  •  旧巷少年郎
    2020-12-09 10:25

    thanks friends, after trying all and not getting desired result i think to use a hidden div with that arabic message and with jQuery fading affects solved the problem. Script I wrote is: .js file

    $('#enterOpeningPrice').fadeIn();
    $('#enterOpeningPrice').fadeOut(10000);
    

    .html file

    أدخل سعر الافتتاح

    Thanks to all..

提交回复
热议问题