July 2022

how to send Synchronous and asynchronous ajax requests

XMLHttpRequest supports both synchronous and asynchronous communications. In general, however, asynchronous requests should be preferred to synchronous requests for performance reasons. Synchronous requests block the execution of code which causes “freezing” on the screen and an unresponsive user experience. Asynchronous … The post how to send Synchronous and asynchronous ajax requests first appeared on Lenix […]

how to send Synchronous and asynchronous ajax requests Read More »

jQuery judges the display state of the current element and controls the display and hiding of the element

1. jQuery determines whether the current state of an element is displayed or hidden $(“#id”).is(‘:visible’); //true is displayed, false is hidden $(“#id”).is(‘:hidden’); //true is hidden, false is displayed if($(“#id”).is(‘:hidden’)){ // logic code } 2. jQuery controls the display of css $(“#id”).show(); //Indicates display:block $(“#id”).hide(); //Indicates display:none $(“#id”).toggle(); //Toggle the visible state of the element $(“#id”).css(‘display’,’none’);

jQuery judges the display state of the current element and controls the display and hiding of the element Read More »

Bootstrap 5.2.0 released

Bootstrap v5.2.0 is finally stable! We’ve fixed more bugs, improved more documentation, wrote new guides, built new functional environment examples, and more! Read on for beta and stable release highlights. Documentation redesign As we previewed in the beta, the documentation has been redesigned! It starts with our new home page , where we showcase Bootstrap’s

Bootstrap 5.2.0 released Read More »

An open source template vdoing-template that can generate a free personal blog in just three steps

Original link: https://wiki.eryajf.net/pages/48e307/ An open source template vdoing-template that can generate a free personal blog in just three steps This article is reproduced from: https://wiki.eryajf.net/pages/48e307/ This site is for inclusion only, and the copyright belongs to the original author.

An open source template vdoing-template that can generate a free personal blog in just three steps Read More »

Use GitHub Actions to automatically build docker images of projects and publish to DockerHub

Original link: https://wiki.eryajf.net/pages/5baf0a/ Doing an open source project and trying to provide the audience with an easy-to-use and quick start experience is also a key for the project to catch people immediately. Now if you want users to quickly experience the project, in addition to providing a demo environment, there is another solution, that is,

Use GitHub Actions to automatically build docker images of projects and publish to DockerHub Read More »

Chioggia before sunrise

Original link: https://s3-eu-west-1.amazonaws.com/dailyartartwork/img-20220607629f31308c4fb Giuseppe Canella, also known as Eldor Giuseppe Canella, was an Italian painter. Giuseppe Canela’s father, Giovanni, was an architect, fresco painter and set designer who started his career making stage sets and decorating mansions in Verona and Mantua. His set of 13 landscapes, first exhibited at the Brera Exposition in 1831, was

Chioggia before sunrise Read More »

never do bad things

Original link: https://onojyun.com/2022/07/23/6399/ △ 204|Never do bad things I remember that when I was in college, I read a social survey book that investigated the causes of suicide in Chinese families. But think about it, if this book were to be made public on the Internet today, it would simply be a “banned book” —

never do bad things Read More »