תפריט ניווט

שינויים

קפיצה לניווט קפיצה לחיפוש
נוספו 487 בתים ,  12:52, 20 באוגוסט 2018
אין תקציר עריכה
var FileLinkText = $("#firstHeading").text();
$(".filehistory a").html(FileLinkText);
 
/* סינון מונחון */
$(function() {
var $input = $("input[name='keyword']"),
$context = $("#context ul li");
$outofcontext = $("#context h3 "),
$input.on("input", function() {
var term = $(this).val();
$context.show().unmark();
if (term) {
$context.mark(term, {
done: function() {
$context.not(":has(mark)").hide();
$outofcontext.hide();
}
});
} else {
$outofcontext.show();
}
});
});

הודפס מתוך מאגר הידע של דואלוג בכתובת: "https://doalogue.co.il/wiki/מיוחד:השוואה_ניידת/8559"

משותף תחת רישיון CC-BY 4.0. ניתן להפיץ באופן חופשי תוך מתן קרדיט לדואלוג וקישור למקור.