Articles by Tag #jquery

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

😂🤣 Joke For Dev Community's People

Joke For Dev Community's People

Learn More 17 1Jan 16

Here's How I implement cursor-based pagination in jQuery Datatable.

When working with large datasets in web applications, pagination is crucial for performance and user...

Learn More 15 1Sep 23 '24

Make PDF to Images converter in html, css, and, java, bootstrap and jquery

Advanced and Fully Functional PDF to Image Converter: <!DOCTYPE html> <html...

Learn More 14 0Jan 8

jQuery vs React – Which One Is Better For Your Project?

Introduction to jQuery and React Comparison Recently, I decided to weigh in on the...

Learn More 8 0Aug 23 '24

Level Up Your Web Development: Why You Should Ditch jQuery for Vanilla JavaScript

For over a decade, jQuery was the gold standard for simplifying web development. From DOM...

Learn More 7 1Nov 26 '24

Is jQuery Dead?

Ah, jQuery — the library that powered a generation of web apps. In the early 2010s, it was nearly...

Learn More 6 0Apr 3

A Comprehensive Guide with XHR, Fetch API, Axios and jQuery AJAX

In this blog post, we’ll explore four commonly used JavaScript APIs for making HTTP requests: Fetch...

Learn More 6 0Oct 22 '24

Building a One-Page CRUD Application with Laravel and jQuery

In this blog post, we’ll explore how to create a one-page CRUD (Create, Read, Update, Delete)...

Learn More 6 0Sep 26 '24

Integrating APIs with frontend framework jQuery

Introduction In modern web development, the ability to seamlessly connect your frontend with backend...

Learn More 5 0Jan 28

Implementing Infinite Scroll with Laravel and jQuery

Infinite scroll provides a more modern and fluid way of loading data compared to traditional...

Learn More 4 2Aug 22 '24

Why We Still Use Laravel, PHP & jQuery at DoozieSoft — And Why We’re Not Ashamed of It

In an age where tech teams scramble to adopt the flashiest stack, DoozieSoft chooses to stay...

Learn More 3 3Apr 6

From jQuery straight to advanced components

So you're running your successful webiste that's been around for decades using jQuery but you're...

Learn More 3 3Jul 17

Why jQuery Exists

What is jQuery and what do you use it for? The jQuery slogan "write less, do...

Learn More 2 0Sep 23 '24

Jquery select2 css height problem fixed

insert this code .select2-selection__rendered { line-height: 35px...

Learn More 2 4Sep 4 '24

Creating Cross-Browser jQuery Animations That Don’t Break

jQuery animations are convenient but can behave inconsistently across browsers, especially when...

Learn More 2 0May 15

Trackable Flask API using EventSource

Setup APIs are connections between computers to exchange information or data. For a...

Learn More 1 0Aug 16

HeatColor UDF (based on jQuery library)

When displaying values in a table, I like to use color to visually indicate whether the number is...

Learn More 1 2Sep 25 '24

Introducing Trace.js – A Lightweight jQuery based Text Highlighter Plugin

🌟 What is Trace.js? Trace.js is a lightweight jQuery plugin for highlighting words or...

Learn More 1 0Mar 1

10 Common jQuery Mistakes Developers Still Make in 2025

Even in 2025, jQuery continues to silently power countless websites and applications — especially in...

Learn More 1 0Jul 11

📘 30 Most Useful jQuery Snippets

1. ✅ Check if Element Exists if ($('#myElement').length) { console.log('Element...

Learn More 1 0Jun 3

This One jQuery Mistake Froze Our Web Page! Here's the Fix You Need to Know

It was a normal morning at the office. We were working on a feature that shows a list of items on a...

Learn More 1 0Apr 21

Unleash Your Web Development Skills with the 'Quick Start with jQuery' Course

The article is about the 'Quick Start with jQuery' course offered by LabEx, which promises to help web developers unlock the power of the popular JavaScript library, jQuery. The article highlights the course's comprehensive coverage of jQuery fundamentals, including DOM manipulation, event handling, effects and animations, and the development of interactive web interfaces. It emphasizes how the course can elevate users' web development skills and enable them to create engaging and responsive web experiences. The article provides a detailed overview of the course's key topics, guiding readers through the journey of mastering jQuery and seamlessly integrating it into their web development workflow. With a focus on practical, hands-on learning, the article aims to entice readers to enroll in the 'Quick Start with jQuery' course and unlock their full web development potential.

Learn More 0 0Oct 16 '24

Gracefully Handling Deprecated jQuery Features for Long-Term Compatibility

As browsers evolve and JavaScript standards improve, some jQuery features become deprecated or behave...

Learn More 0 0May 15

$( "#x" ).prop( "checked", false ) is not working

A post by Benyamin Tawfik Yousif Tawadros (AGB)

Learn More 0 0Nov 16 '24

Step-by-Step Guide to Building a Dynamic Search Filter in Laravel with jQuery & AJAX

Introduction While working on a recent project, I came across a requirement where users...

Learn More 0 2Jun 10

Building a Cross-Browser jQuery Modal Plugin with Graceful Degradation

When developing for environments where browser diversity still matters, jQuery remains a powerful...

Learn More 0 0May 15

JavaScript vs jQuery: What’s the Difference and Which Should You Use?

A modern comparison of JavaScript and jQuery—what they are, how they differ, and when to use each.

Learn More 0 0Jun 3

5 Top Libraries Each Frontend Developer Must Know

The frontend development ecosystem is vast, and with so many libraries available, it’s essential to...

Learn More 0 0Oct 29 '24

How to Do AJAX in WordPress Correctly: A Complete Guide with jQuery and Vanilla JavaScript

How to Do AJAX in WordPress Correctly AJAX (Asynchronous JavaScript and XML) is a...

Learn More 0 0Aug 8

Say Goodbye to CSS Media Queries: Print Fully Styled HTML Content

Printing HTML content with all styles intact has always been a challenging task for me. Media queries...

Learn More 0 0Feb 16