Archive for category JS

Date: February 26th, 2010
Cate: JS, jQuery

臺灣行政區下拉式選單( jQuery base )

使用jQuery 動態產生 臺灣行政區下拉式選單

Date: February 12th, 2010
Cate: JS, jQuery

Simple Image Gallery (jQuery Base)

簡單的 Image Gallary

Date: February 4th, 2010
Cate: JS, 解決小問題

IE 6.0 支援 PNG (jQuery Base)

IE 6跑PNG

Date: December 28th, 2009
Cate: JS

CKEditor 的 ToolBar 的快速設定

CKEditor 真是好用
快速設定法:
<script type=”text/javascript”>
    CKEDITOR.config.toolbar_XXXXX =
    [
        ['NewPage', 'Preview'],
        ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Scayt'],
        ['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'],
        ['Image', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak'],
        ‘/’,
        ['Styles', 'Format'],
        ['Bold', 'Italic', 'Strike'],
        ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'],
        ['Link', 'Unlink', 'Anchor'],
        ['Maximize', '-', 'About']
    ];
     CKEDITOR.replace(‘Content_3′,
    {
        toolbar: ‘XXXXX’
    [...]

Date: December 16th, 2009
Cate: JS, 解決小問題

IE & Firefox getYear() 共用Function

Firefox 和 IE Date物件的 getYear的定義不同
Firefox取得會比IE少1900