fist and second methods are correct? but this:
$("select").change(function() {

           alert($(this).attr("value"));


           });
method will worked correctly in all browsers!
   Gk___




2009/10/13 Mike <mgor...@gmail.com>:
>
> $("select").change(function() {
>
>            alert($(this).attr("value"));
>
>
>            });
>
>

Reply via email to