討論串[問題] 抓游標所在位置的index
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 2→)留言2則,0人參與, 最新作者tomin (藍藍紫黃橘 粉灰白綠咖)時間15年前 (2010/11/23 19:19), 編輯資訊
0
0
0
內容預覽:
<input name='test' onfocus='abc(0)'> 第0個. <input name='test' onfocus='abc(1)'> 第1個. <script type="text/javascript">. function abc(){. alert(arguments[
(還有234個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者kalecgos0616 (.)時間15年前 (2010/11/23 18:27), 編輯資訊
0
0
0
內容預覽:
我要抓游標所在位置是input名字為test的第幾個,這數字要怎麼抓呢?. 我現在這樣寫. <input name='test' onfocus='ABC(this)'> 第0個. <input name='test' onfocus='ABC(this)'> 第1個. <script>. ABC(
(還有11個字)
首頁
上一頁
1
下一頁
尾頁