i have a "DIV.selection" tag and inside SELECT with OPTION tags.
using jquery i can find and manipulate options with
$('div.selection').find("option").each and similar but i can't bind
events for option onclick events in IE7 (haven't looked IE6, firefox
works).so i'm looking for a way to manipulate option tags in select box and catch events. is there any way to do this for any browser? simple examples appreciated. Aljosa _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
