I have several images in my project with several extensions (jpg, png, gif).
Is there any way to select these images according to their extensions in css or JQuery.<
You can also use CSS3 attribute selectors:
img[src$='.png'] { height: 200px; }
Browser support
Chrome Firefox IE Opera Safari All 1.0 (1.7 or earlier) 7 9 3