07-10-2023 - Andrés Cruz
JQuery In this post we will see how to create an automatic and infinite Carousel with jQuery and a little CSS.
07-10-2023 - Andrés Cruz
JQuery It explains how to create a fullscreen gallery with a fixed side menu with jQuery and CSS.
06-10-2023 - Andrés Cruz
JQuery In this post we will see how to place YouTube videos as the background using a simple jQuery plugin.
06-10-2023 - Andrés Cruz
JQuery Some free WYSIWYG plugins for JavaScript are presented that are nothing more than an interface that allows you to format the text entered using HTML; in essence, it allows you to enrich the text entered using a word processor.
05-10-2023 - Andrés Cruz
JQuery jQuery Sheetrock we can easily display spreadsheet data on any website.
05-10-2023 - Andrés Cruz
JQuery The FaceDetection plugin for jQuery allows you to recognize faces in images and even videos. We will see its installation and use through JavaScript code, considerations and examples.
04-10-2023 - Andrés Cruz
JQuery 4 paid/free plugins are shown to draw vectorized maps with native HTML on our website through jQuery.
04-10-2023 - Andrés Cruz
JQuery AJAX is a technology that allows you to create applications that maintain asynchronous and parallel communication with the server, although we can also adapt it to work synchronously and we can improve all this with the help of the AJAX functions.
03-10-2023 - Andrés Cruz
JQuery The .serialize() method provided by jQuery allows you to create a text string in URL-encoded notation; The serialize method is perfect for working with forms and sending data to PHP via Ajax.
03-10-2023 - Andrés Cruz
JQuery It is explained how to use small images in the definition of the website and then - when the web page is completely loaded - load the images with higher resolution asynchronously with jQuery.