Skip to main content
added 4 characters in body
Source Link
user27414
user27414

how about jquery?

it is easy to find html dom parts and change them $('img[src~=.gif]').hide();$('img[src~=.gif]').hide();

how about jquery?

it is easy to find html dom parts and change them $('img[src~=.gif]').hide();

how about jquery?

it is easy to find html dom parts and change them $('img[src~=.gif]').hide();

Source Link
user355289
  • 1.2k
  • 3
  • 14
  • 24

how about jquery?

it is easy to find html dom parts and change them $('img[src~=.gif]').hide();