jquery外掛程式收集

2021-08-31 04:52:19 字數 623 閱讀 8580

這裡有個總結帖

分頁外掛程式:

jquery pager

jquery imgareaselect

imgzoom

可以顯示值的select

selectlist

動態改變頁面字型

jquery-font-size

相容ie6,ie7,ie8和firefox3的jquery上傳預覽外掛程式

image-upload-preview

可以上下滑動的側邊欄

jquery plugin: accordion

半透明的彈出框

/jquery-plugin-message

密碼強度驗證並顯示強度

jquery plugin: password validation 樹

jquery plugin: treeview

能夠自定義驗證規則的驗證外掛程式

jquery plugin: validation

滑鼠移動到元素上時彈出的提示框

jquery plugin: tooltip

自動完成,類似於google搜尋

jquery autocomplete

或者文字在彈出層放大

fancyzoom

jQuery使用收集

size x large b jquery使用收集 b size 獲取一組radio被選中項的值 var item input name items checked val 獲取select被選中項的文字 var item select name items option selected text...

jQuery使用收集

獲取一組radio被選中項的值 var item input name items checked val 獲取select被選中項的文字 var item select name items option selected text select下拉框的第二個元素為當前選中值 select id ...

jQuery外掛程式之日曆外掛程式

在頁面開發中,經常遇到需要使用者輸入日期的操作。通常的做法是,提供乙個文字框 text 讓使用者輸入,然後,編寫 驗證輸入的資料,檢測其是否是日期型別。這樣比較麻煩,同時,使用者輸入日期的操作也不是很方便,影響使用者體驗。如果使用jquery ui中的datepicker 日曆 外掛程式,這些問題都...