7.24
CSS3 屬性之 transform & translation
transform:
translation:
transition 屬性是一個簡寫屬性预厌,用于設(shè)置四個過渡屬性:
- transition-property
- transition-duration
- transition-timing-function
- transition-delay
JQuery獲取當前窗口信息
方法 | 解釋 | 輸出 |
---|---|---|
window.location.href | 設(shè)置或獲取整個 URL 為字符串苫拍。 | http://localhost:8086/topic/index?topicId=361 |
window.location.pathname | 設(shè)置或獲取對象指定的文件名或路徑湃崩。 | /topic/index |
window.location.port | 設(shè)置或獲取與 URL 關(guān)聯(lián)的端口號碼避咆。 | 8086 |
window.location.protocol | 設(shè)置或獲取 URL 的協(xié)議部分诉字。 | http: |
window.location.hash | 設(shè)置或獲取 href 屬性中在井號“#”后面的分段谴餐。 | |
window.location.host | 設(shè)置或獲取 location 或 [URL]。 | http:localhost:8086 |
window.location.search | 設(shè)置或獲取 href 屬性中跟在問號后面的部分傲霸。 | ?topicId=361 |
以這個網(wǎng)址為例 http://localhost:8086/topic/index?topicId=361
方法 | 解釋 | 輸出 |
---|---|---|
window.location.href | 設(shè)置或獲取整個 URL 為字符串。 | http://localhost:8086/topic/index?topicId=361 |
window.location.pathname | 設(shè)置或獲取對象指定的文件名或路徑眉反。 | /topic/index |
window.location.port | 設(shè)置或獲取與 URL 關(guān)聯(lián)的端口號碼昙啄。 | 8086 |
window.location.protocol | 設(shè)置或獲取 URL 的協(xié)議部分。 | http: |
window.location.hash | 設(shè)置或獲取 href 屬性中在井號“#”后面的分段寸五。 | |
window.location.host | 設(shè)置或獲取 location 或 [URL]梳凛。 | http:localhost:8086 |
window.location.search | 設(shè)置或獲取 href 屬性中跟在問號后面的部分。 | ?topicId=361 |
7.28
- vue加載swiper 初始化會默認滑到最后一個slider-item
可以用setTimeOut解決梳杏,延遲swiper的初始化 - vue動態(tài)數(shù)據(jù)加載的元素無法在DOM樹中查找到韧拒,不能直接使用addClass來實現(xiàn)點擊的active淹接,此時可以結(jié)合v-bind:class來實現(xiàn),
例如使用V-for循環(huán)加載數(shù)據(jù)時叛溢,可以通過獲取點擊節(jié)點的index來實現(xiàn)添加active