Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
jQuery

89 Articles
{
,

}
Direct link to the article Improved Current Field Highlighting in Forms
jQuery

Improved Current Field Highlighting in Forms

VIEW DEMO

As a matter of usability and aesthetics, it is a good thing to add some kind of visual feedback on web forms to indicate the currently active (or “focused“) field. Some browsers (Safari/Opera) have decided that …

Chris Coyier on Apr 23, 2008
Direct link to the article New Poll: What is your Javascript library of choice?
jQuery poll

New Poll: What is your Javascript library of choice?

I know I’ve been talking a lot about jQuery lately, but I promise I won’t stray too far off the CSS path. I would like to find out what everyone else’s favorite Javascript libraries, hence the new poll, “What is …

Chris Coyier on Jul 18, 2024
Direct link to the article Fade-in Spoiler Revealer
jQuery

Fade-in Spoiler Revealer

jQuery has some really simple built in features for “fading in” and “fading out” different page elements. I thought we could exploit some of those functions for a really simple Spoiler Revealer.

View Demo   Download Files

Between some …

Chris Coyier on Jan 15, 2009
Direct link to the article Learning jQuery: Fading Menu – Replacing Content
jQuery

Learning jQuery: Fading Menu – Replacing Content

Update January 2013: Best practice for this kind of this is detailed here. Update May 2010: I’m considering this article deprecated. I have an updated article here, which covers this same type of material only with more…
Chris Coyier on May 5, 2015
Direct link to the article Learning jQuery: Revealing Photo Slider
jQuery

Learning jQuery: Revealing Photo Slider

So in my journey to to learn jQuery, I’m trying to learn to do some things that CSS can already do but that jQuery can do “sexier”. Jonathan Snook has an article up “Content Overlay with CSS” in …

Chris Coyier on May 5, 2015
Direct link to the article Learning jQuery: A Roundup Roundup
jQuery

Learning jQuery: A Roundup Roundup

I’ve been really getting into this jQuery phenomenon lately. jQuery is tightly tied to CSS, so if you are already comfortable with CSS and are looking for ways to expand your possibilities, jQuery is the place to be. You can …

Chris Coyier on May 5, 2015
Direct link to the article Javascript Page Slider Roundup
jQuery

Javascript Page Slider Roundup

“Page Sliders” are a bit like Tabbed Boxes, only the content appears to slide by instead of be instantly replaced. This is a pretty nice effect and like tabbed boxes, it can help you get a lot of content …

Chris Coyier on Mar 27, 2008
Direct link to the article Creating a Clickable Div
jQuery

Creating a Clickable Div

Update November 2020: I think the best possible technique for this is Method 4 in this article. The <div> (or whatever wrapper element) remains semantic and accessible, while being “clickable” over the whole area. It doesn’t break text selection and …

Chris Coyier on Nov 23, 2020
  • Newer
  • 1
  • ...
  • 8
  • 9
  • 10

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top