Forum

jquery, hide select...
 
Notifications
Clear all

jquery, hide select option

1 Posty
1 Users
0 Likes
1,021 Widok
0
Topic starter

example

1 Answer
0
Topic starter
    $("select[name=MY_NAME] option").each(function(index,element) {
        $(element).css({"display":"none"});
    });

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: