Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flip image horizontally with selectmenu. Re: Flip image horizontally with selectmenu.

#129489
JohnMotylJr
Participant

@Yammaski, ohh yeah, for sure. If you only want to target that one image just give it an ID and when you target it with the jQuery just use that id as the selector rather then $('img'). I will update that pen to show you exactly what i mean.

http://codepen.io/johnmotyljr/pen/FLxHo

Would you like me to comment the jQuery so you understand exactly what is going on? There is literally too many ways to accomplish this, that was just the first that popped into my head.