You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jquery.multiselect.zh-cn.js 316B

12345678910111213
  1. /* Simplified Chinese initialisation for the jQuery UI multiselect plugin. */
  2. /* Written by Ben (ben@zfben.com). */
  3. (function ( $ ) {
  4. $.extend($.ech.multiselect.prototype.options, {
  5. checkAllText: '全选',
  6. uncheckAllText: '清空',
  7. noneSelectedText: '请选择',
  8. selectedText: '# 已选择'
  9. });
  10. })( jQuery );