kopia lustrzana https://github.com/magicbug/Cloudlog
[QSO Input] Handles showing the gridsquare popover on focus
rodzic
9fda6518e5
commit
65486c4974
|
@ -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 == "") {
|
||||
|
|
Ładowanie…
Reference in New Issue