example.js
上传用户:jhh8446530
上传日期:2016-01-28
资源大小:116k
文件大小:1k
- // DOM ready!
- $(function(){
- // Use i18n settins to show images instead text in menu links
-
- $.fn.EasyWidgets({
- i18n : {
- editText : '<img src="./edit.png" alt="Edit" width="16" height="16" />',
- closeText : '<img src="./close.png" alt="Close" width="16" height="16" />',
- collapseText : '<img src="./collapse.png" alt="Close" width="16" height="16" />',
- cancelEditText : '<img src="./edit.png" alt="Edit" width="16" height="16" />',
- extendText : '<img src="./extend.png" alt="Close" width="16" height="16" />'
- }
- });
-
- });