ARP stands for Address Resolution Protocol. This is a network protocol that refers to layer 2 of the OSI model. This protocol is required to send data packets between individual hosts within a local area network (LAN). You can find out how the protocol works here! ... Continue readingARP – Address Resolution Protocol
jQuery
What is jQuery?
jQuery is a freely available JavaScript library that offers web developers a variety of function groups. The function groups allow a so-called manipulation of the existing page or app. It extends JavaScript with additional functions, and is therefore not a programming language in its own right. jQuery facilitates the work of web developers, as the various browsers often have technical differences. The display of a website or app can vary greatly as a result. To avoid this and save the developer the extra work, jQuery bridges these differences with a compact and uniform code.
jQuery was developed by John Resig and first introduced in early 2006. Since then, this open source solution has been constantly evolving and is regularly updated.
What can be done with jQuery?
The jQuery class library provides the website developer with simplified access to many Document Object Model (DOM) functions. The DOM is a standardized programming interface in which the structures of HTML and XML documents are merged. The uncomplicated integration of jQuery functions saves web developers a lot of time, which they would otherwise have to invest in complex code. Also, the implementation makes it easier to access the HTML source code and make adjustments.
In general, this can be simple adjustments, such as changing a color or the position of an object. However, more complex manipulations of the DOM in terms of animation or actions by the user are also possible.
How to embed jQuery?
jQuery can be downloaded free of charge as an open source library at jquery.com/download/. It is advisable to save the whole thing as a compressed version. Because: By the local integration, you save memory in the compressed version and can shorten the loading time. Afterwards, you have to save the downloaded file to a suitable directory. Important: You must have access to this directory from your webspace. Now follows the integration of jQuery in the <head>-area of the HTML document. This looks like this, for example:
| <script scr=“/scripts/jquery/jquery-3.6.0.min.js“ type=“text/javascript“> … </script> |

Content management systems like WordPress already have jQuery built in. Here, you don’t have to do anything else to make major changes to your website.
jQuery and AJAX
With jQuery, the content of your website or app can be built event-driven. This allows you to react to the user’s behavior at any time. With an additional integration of AJAX (Asynchronous Java-Script and XML), a fast connection to the server can be established. This allows information about the user’s action or input to be processed more quickly and sent to the PHP backend. The server processes this information and thereby outputs the next step to the user. AJAX enables asynchronous transfer of data between server and browser. Modified content can thus be played out for the user without having to reload the entire page.
One of the best-known applications of AJAX is Google Search, for example. Using the Google Suggest service, your query is recognized by Google and further suggestions for completing your question are already displayed during your search.
Another example are online stores, which offer you products for individual design. The articles can often be designed simply by drag-and-drop. AJAX is used in combination with jQuery, so that the page is not reloaded after each of your mouse clicks.
You probably encounter both in combination every day when surfing the Internet without noticing it. We have become very accustomed to both implementations, and we can’t imagine life without them.
Author

Kathas heart has been beating for marketing since her training as a marketing communications specialist. As part of the eology marketing team, she takes care of the agency's trade fair and event management. Katha also enjoys sharing her accumulated eology knowledge in magazines, blogs and journals.
This might also interest you
With "Google Advanced Search" you can narrow down your search results on Google and thus search more specifically for keywords. In addition, you limit the results of complex search queries. Click here to get more information! ... Continue readingGoogle Advanced Search
Coverage can be defined as the number of people reached with an advertising message or through a particular medium. It can be expressed both as a percentage (%) and by an absolute value. Various criteria must be defined to determine coverage accurately: the medium, of course, but also the target group and the time period in which coverage is measured. For more information click here. ... Continue readingCoverage
You want to learn more about exciting topics?