萌典查詢
更新說明
「 萌典查詢
」簡介
安裝方式
- 到區塊管理,新增一個自訂區塊。
- 將底下內容貼到自訂區塊中
< script type = "text/javascript" > |
$(document).ready(function(){ |
$('#get_moedict').colorbox({iframe:true , width:'80%' , height:'90%'}); |
$("#get_moedict").click(function(event) { |
$("#search_moedict").keypress(function(e){ |
code = (e.keyCode ? e.keyCode : e.which); |
< div class = "input-group" > |
< input type = "text" id = "search_moedict" class = "form-control" placeholder = "請輸入生字或生詞" title = "萌典查詢" > |
< span class = "input-group-btn" > |
< a href = "#" class = "btn btn-primary cboxElement" id = "get_moedict" >查生字</ a > |
- 內容類型請設為
HTML
- 位置建議放在
左邊
萌典查詢
更新項目
萌典查詢
1
(2020-03-10 11:43:00 起被下載 689 次)