Profile
Achievement
inreflection7's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
Extend jQuery :selector types
Ex: $("input:text")
$("input:email")
1
731
posted 12 years ago by inreflection7
image rollovers in jquery are usually super easy. However it sucks when working with absolute image paths - like a separate media server or CDN. Heres a quick snippet using substring and lastIndexOf to swap out the image src.
0
836
posted 13 years ago by inreflection7