JQuery - apply function to multiple select elements with same class name?

Your problem is that jQuery('. Product') returns a list of all of the selects, rather then the one that is currently selected. Most modern browsers handle the conversion from list of one DomElement to a particular DomElement (thus if you remove one it suddenly works), however, within event handlers, you can use $(this) to work for one option in old browsers and for multiple items in all browsers.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions