mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
Trying to remove jquery - online edit of 1623/161/names.htm
This commit is contained in:
@@ -1913,14 +1913,19 @@ to climb into <span lang=de-at>Staud'nwirt</span> Palace (1995)<br>
|
|||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<script src="/site_media/js/jquery-3.6.0.min.js"></script>
|
<script>
|
||||||
<script> function show(id){
|
function show(id){
|
||||||
$(".hidable").hide();
|
var arrayOfElements=document.getElementsByClassName('hidable');
|
||||||
$("#"+id).show();
|
var lengthOfArray=arrayOfElements.length;
|
||||||
|
|
||||||
|
for (var i=0; i<lengthOfArray;i++){
|
||||||
|
arrayOfElements[i].display='block';
|
||||||
|
}
|
||||||
|
document.getElementById(id).display = 'block';
|
||||||
$(".t").css({ 'font-weight': 'normal' });
|
$(".t").css({ 'font-weight': 'normal' });
|
||||||
|
document.getElementById("t_" + id).css = 'block';
|
||||||
$("#t_"+id).css({ 'font-weight': 'bold' });
|
$("#t_"+id).css({ 'font-weight': 'bold' });
|
||||||
}
|
}
|
||||||
show('0');
|
show('0');
|
||||||
</script>
|
</script></body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user