Tip: Click lines to highlight, hold ctrl/cmd to multi-select
Getting rid of border-bottom (31-Aug @ 09:42)
Getting rid of border-bottom on linked images with jQuery (original source)
Syntax Highlighted Code
- $(function() { $('a:has(img)').addClass('image'); });
Plain Code
$(function() { $('a:has(img)').addClass('image'); });