1. 首页
  2. 编程语言
  3. Javascript
  4. jquery.i18n.properties min 1.0.9.js

jquery.i18n.properties min 1.0.9.js

上传者: 2020-07-29 01:06:32上传 JS文件 4.31KB 热度 482次
<script type="text/javascript"> $(function(){ jQuery.i18n.properties({ name : 'strings', //资源文件名称 path : '/i18n/', //资源文件路径 mode : 'map', //用Map的方式使用资源文件中的值 language : 'zh', callback : function() {//加载成功后设置显示内容 $('#button-login').html($.i18n.prop('Login')); $('#label-username').html($.i18n.prop('User Name')); $('#label-password').html($.i18n.prop('Password')); } }); });</script>
用户评论
码姐姐匿名网友 2020-07-29 01:06:33

感谢分享,谢谢