親子日記APP
|
免費申請
|
登入
mini box 迷你盒子
這裡是工程師的筆記資料.
部落格
相簿
APP日記
書籤
目前分類:「
jquery
」的相關文章
瀏覽方式:
摘要列表
|
標題列表
jquery .submit() 無法送出表單??
2012
10
19
09:26
在 IE Tester、KKMan 中 無法執行 .submit() 的狀況
網頁像這樣:
<form name="form1" id="form1" action="xxx.php" method="POST"> <input type=text name=a1 id=a1 value=""> //以下幾種按鈕的寫法...
繼續閱讀»
分類:
jquery
/
留言(0)
note: JQuery UI 在 IE 9 的問題
2012
05
13
09:16
JQuery UI 1.8.6 之前的版本
在 IE 9 中無法正常使用 滑鼠拖拉、拖拉排序 sortable / draggable
解決
1.改用 JQuery UI 1.8.6 之後的版本
2.幾行 Hot Fix.
jquery ui sortable and draggable do not work in IE9
All drag & drop events fa...
繼續閱讀»
分類:
jquery
/
留言(1)
[jQuery] datepicker 日期選擇器
2009
07
23
14:45
jquery ui Datapicker http://jqueryui.com/demos/datepicker/ 這裡有各種的Demo http://keith-wood.name/datepick.html 特色是有各種 theme 可換
The Ex-“Coolest” DHTML Calendar http://www.dynarch.com/projects/calendar/ ps: 這個月曆功能不需要 jquery 即可正常使用 有中文的界面 The new coolest JavaScript calendar 另外還有新的版本,但須付授權費用 可以用滑鼠的滾珠來捲動上下月份 也有各種 theme 可更換 h...
繼續閱讀»
分類:
jquery
/
留言(1)
[jQuery] Color Picker 色彩選擇器
2009
07
21
20:52
Farbtastic: jQuery color picker plug-in http://acko.net/dev/farbtastic
IE6/7/8 都正常可用 Simple Color Picker Demo http://vreboton.ibacolod.com/DotNetNuke/ControlsandTips/jQueryColorPicker/tabid/69/Default.aspx 下載 http://vreboton.ibacolod.com/Portals/0/Downloads/jQueryColorPicker/ColorPicker.zip 各 IE 版本都正常 JQuery Color Picker http://ww...
繼續閱讀»
分類:
jquery
/
留言(0)
Fw: jQuery.live()與Event Delegation
2009
04
03
11:01
http://blog.darkthread.net/blogs/darkthreadtw/archive/2009/03/15/jquery-live-and-event-delegation.aspx
widget 的設計若用類似的技術
那放 widget 的blog(或網站) 有能輕易偵測訪客的點選數據
哇~想像空間蠻大的
相關
MyBlogLog tracki...
繼續閱讀»
分類:
jquery
/
留言(0)
jquery 相關
2009
03
24
10:02
[jQuery] 如何取得 select Liset index 和 value 值
http://blog.wu-boy.com/2009/03/20/1043/
[jQuery] 表單取值 radio checkbox select text 驗證表單
http://blog.wu-boy.com/2009/03/18/1024/
[jQuery] Javascript plotting ...
繼續閱讀»
分類:
jquery
/
留言(0)
jquery dialog 範例
2009
03
03
22:49
<html> <body> <script src="http://www.google.com/jsapi"></script> <script> google.load("jquery", "1.4"); google.load("jqueryui", "1.7"); </script> <link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jqu...
繼續閱讀»
分類:
jquery
/
留言(0)