Ms7 Search
Google 搜尋 翻譯
calendar
« 九月 2024 »
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
近期文章
文章分類
網站連結
Syndicate

« | »

網頁上改為向下移動

2018-09-25 @ 14:09 in PHP, JavaScript, Sql

//網上找到 jquery 在網頁時,將 Enter 鍵改為 Tab 的作用
 $("input").not( $(":button") ).keypress(function (evt) {
        if (evt.keyCode == 13) {
            if ($(this).attr("type") !== 'submit'){
                var fields = $(this).parents('form:eq(0),body').find('button, input, textarea, select');
                var index = fields.index( this );
                if ( index > -1 && ( index + 1 ) < fields.length ) {
                    fields.eq( index + 1 ).focus();
                }
                $(this).blur();
                return false;
            }
        }
    });

迴響

網頁上改為向下移動 | 豬窩

Appreciate the recommendation. Let me try it out.

作者 g from @ 14:55, 2020-06-20

網頁上改為向下移動 | 豬窩

Hello, Neat post. There's an issue along with your web site in web explorer, could check this?

IE still is the marketplace leader and a big portion of folks will leave out your great writing due to this problem.

作者 about g @ 11:37, 2020-06-21

網頁上改為向下移動 | 豬窩

certainly like your web site however you have to test the spelling on several of your posts.
Several of them are rife with spelling issues and I to find it very troublesome to inform the reality
however I will certainly come again again.

作者 g tell @ 18:25, 2020-06-21

網頁上改為向下移動 | 豬窩

I am not sure where you are getting your information, but great topic.
I needs to spend some time learning much more or
understanding more. Thanks for wonderful info I was looking for this info for my mission.

作者 https://tinyurl.com/rsacwgxy g @ 20:43, 2020-06-22

網頁上改為向下移動 | 豬窩

Cbd oil that works 2020
No matter if some one searches for his vital thing, thus he/she
desires to be available that in detail, so that thing is maintained over here.
best rated cbd oil http://t.co/4kPhN7Ek0L cbd oil that works 2020 http://t.co/4kPhN7Ek0L

作者 http://t.co/4kPhN7Ek0L @ 08:51, 2020-06-24
發表迴響
 authimage