PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Jquery

Jquery posts, videos, courses, and more

How to use jQuery with Laravel and Vite

jQuery is one of the OG JavaScript libraries still in heavy use in the Laravel community to this day. It was a breeze to add with Laravel Mix, but since Laravel v9.2.0 Vite is now the defaul...

Kim Hallberg ยท 2 years ago

3

Optimizing jQuery DOM manipulation

Article originally posted on my personal website at How to optimize jQuery DOM manipulation If you are working with JavaScript then most probably jQuery is a library you are using quite freq...

Petre Popescu ยท 4 years ago

3

It's ok jQuery, I still love you

This is more of a story than a tutorial. It's a story of a library that reached great fame and then became hated by developers everywhere. If you can't tell by the tone, this is also a semi-...

Tony Lea ยท 4 years ago

7

How to Create a jQuery Slider

In this course you will learn how to create a simple jquery slider. You'll learn how easy it can be to create your own custom slider. Check out the course break down below:

Tony Lea ยท 6 years ago

1

Getting a userโ€™s country, currency, timezone or language from their IP address

In many projects in the past, when Iโ€™ve had to use a Geo IP API service to look up a userโ€™s IP address, it was usually for one of several reasonsโ€Šโ€”โ€Šgetting the userโ€™s country (for geo-lockin...

Wael Manai ยท 6 years ago

Create your first HTML5 game with Phaser.js

Everybody loves classic games. How many of you remember the retro snake game from old Nokia phones? We sure do. This is why for this lesson we decided to recreate it using HTML5. There is a...

Wael Manai ยท 6 years ago

2

Get a Preloader on Your Site with jQuery

Preloaders (a.k.a. loading animations) are animations that run between page-loads or as your site gathers information. The two most common types of preloaders are the โ€˜spinnerโ€™ or โ€˜status ba...

Wael Manai ยท 6 years ago

okayNav jQuery Plugin

okayNav is a simple to use jQuery plugin that lets you turn any regular menu into a responsive menu. Be sure to checkout okayNav here: https://github.com/VPenkov/okayNavBelow you will f...

Tony Lea ยท 9 years ago

jQuery Introduction

Learn the basics about what jQuery is and what it can do. jQuery is one of the most popular javascript libraries used today. By using jQuery in your application you can easily create simple...

Tony Lea ยท 10 years ago

1

Animating a Sprite with jQuery

Animating a sprite with jQuery is very simple. I have created a simple sprite animation to show you how this is done. I have used a png image of Mario from the SNES 'Super Mario World'. You...

Tony Lea ยท 13 years ago

Creating a Jquery Exit Popup

Tony Lea ยท 13 years ago

jQuery Horizontal Scrollbars

Tony Lea ยท 14 years ago

jQuery illuminate

jQuery Illuminate is a plug-in that will allow you to add an Illuminate effect on any element on your webpage, this particularly works well with buttons. Be sure to check out how to use this...

Tony Lea ยท 14 years ago

How to create your own jQuery Lightbox

Yeah, Yeah, I know there are so many jQuery lightbox plug-ins available today; however, if you want to create your own for any reason, I have created this video tutorial to show you the basi...

Tony Lea ยท 14 years ago

jQuery slideUp and slideDown

Tony Lea ยท 14 years ago

jQuery 101 - The Basics

Quite possibly one of the best things to happen to HTML since peanut butter met jelly! jQuery is one of the most popular javascript libraries in the world. There are so many cool and fun i...

Tony Lea ยท 14 years ago

jQuery Javascript arrow Keycodes

When using Javascript and building a web interface, there may come a time when you want to be able to detect when the arrow keys are being pressed. This cannot be done using the standard jQu...

Tony Lea ยท 14 years ago

jQuery is display block or none

jQuery is excellent for creating compelling user interfaces. Some of the most common jquery functions include the .show, .hide, .toggle, .slideDown, .slideUp, or .slideToggle. Each of these...

Tony Lea ยท 14 years ago

jQuery - Easy editable text fields

Tony Lea ยท 15 years ago

Loading More Content