[jQuery] Re: find out if an element is a drop down list

2009-07-01 Thread cms4j
#x27;) { // --- drop down list --- // do something } So i am sure that i will find matching tag names for all the other elements that have to be considered... Best regards, CMS4j

[jQuery] Re: find out if an element is a drop down list

2009-06-30 Thread cms4j
ery selector. If > you do something like $(".specificClass button").css("color","red"); either > this button is found within the class and color is made red,.. or no such > element is found *and* nothing happens!  no error, no failure of jquery > p

[jQuery] find out if an element is a drop down list

2009-06-30 Thread cms4j
Hello there, i have a couple of elements on my web page, that i want to manipulate in one loop. jQuery.each($(".specificClass"), function(i) { // do something } Within that loop i have to check what type of element that very one is e.g. a or a or an or a or something else. I managed to