Lytebox is a lightweight, cross-browser compatible and mobile friendly Javascript library and content viewer. It's easy to use, it's fast, it's compatible with other libraries, and best of all, it's COMPLETELY FREE.
不錯使用,目前我是用在臺灣聯合大學系統圖書代借代還服務頁面,自動的彈跳出要公告的內容。使用這個套件,完全不需變動原本頁面的 HTML 內容,只要加入短短的幾行 javascript script ,就完成了。其它詳細的使用方式可以直接參考官方上的參考文件,中文的教學也可以參考這篇 BLOG 的介紹。
<script>
$lb.launch({
url: 'images/2013UST.jpg',
title: 'UST'
})
</script>
</head>
沒有留言:
張貼留言