Ms7 Search
Google 搜尋 翻譯
calendar
« 六月 2020 »
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

jquery 用 display 時 ie 沒有作用

2020-06-21 @ 18:38 in PHP, JavaScript, Sql

jquery 在用 select option 時 hide() 在 firefox , chrome 可以,但是在 ie 時沒有作用,只能用 disabled ,後來想到 jquery 可以串聯使用,於是試用 $(".arrnoout").prop('disabled',true).hide(); 將兩種功能串在一起,各取所需儘然可以, firefox,chrome 可以 hide(), 而 ie 也可以 disabled

用 jquery 時更改 js 檔一直沒用

2020-06-20 @ 10:47 in PHP, JavaScript, Sql

今天在改程式時,增加網頁功能,更改 jquery 的 js 檔案,一直沒有作用,後來想到是不是 buffer 問題,直接叫出我的 js 檔 (piggy.js) 結果沒有更改,重新整理後改成新的就有作用了,第一次碰到,原來 js 檔可能在 buffer ,而不會更新,下次碰到要記得叫出來看看