做 RWD 的時候最怕縮小視窗時,圖片的焦點跑掉,這個 plugin 可以幫助大家在縮小視窗的時候,依然可以看到想要的圖片位置。
不過還是要在 html 把 data-focus 設定寫好,所以只能算是半自動偵測吧~但還蠻好玩的,有興趣的朋友可以參考看看。
@文字解說 by MUKI space*,轉載請保留此行
https://github.com/jonom/jquery-focuspoint
「focus jquery」的推薦目錄:
- 關於focus jquery 在 MUKI SPACE INC. Facebook 的最讚貼文
- 關於focus jquery 在 How to Set Focus on Input Field using JQuery - Stack Overflow 的評價
- 關於focus jquery 在 Edge: .is(":focus") and .not(":focus") return wrong values #4109 的評價
- 關於focus jquery 在 jQuery - 選擇器與遍歷| 樂遊前端趣 的評價
- 關於focus jquery 在 Form Events | blur, focus, change, submit, select methods 的評價
focus jquery 在 Edge: .is(":focus") and .not(":focus") return wrong values #4109 的推薦與評價
DOCTYPE html> <html> <head> <title>jQuery test</title> <script src="https://code.jquery.com/jquery-3.3.1.js" ... ... <看更多>
focus jquery 在 jQuery - 選擇器與遍歷| 樂遊前端趣 的推薦與評價
選擇到文件的html 元素。 :focus. 選擇目前聚焦的jQuery 元素物件集合(一個或多個)。 ... <看更多>
focus jquery 在 How to Set Focus on Input Field using JQuery - Stack Overflow 的推薦與評價
... <看更多>