[QSO Input] Handles showing the gridsquare popover on focus
这个提交包含在:
父节点
9fda6518e5
当前提交
65486c4974
共有 1 个文件被更改,包括 6 次插入 和 2 次删除
|
|
@ -2,9 +2,13 @@ $( document ).ready(function() {
|
|||
|
||||
$("#locator")
|
||||
.popover({ placement: 'top', title: 'Gridsquare Formatting', content: "Enter multiple (4-digit) grids separated with commas. For example: IO77,IO78" })
|
||||
.focus(function () {
|
||||
$('#locator').popover('show');
|
||||
})
|
||||
.blur(function () {
|
||||
$(this).popover('hide');
|
||||
});
|
||||
$('#locator').popover('hide');
|
||||
});
|
||||
|
||||
$("#sat_name").change(function(){
|
||||
var sat = $("#sat_name").val();
|
||||
if (sat == "") {
|
||||
|
|
|
|||
正在加载…
在新工单中引用