Select First Option of Select-Box Using Jquery

This is a simple script to select first option of a select-box using jquery
$('button').click(function(){
    $("#CardCountry").val($("#CardCountry option:first").val());    
    });

Popular posts from this blog

CVR Nummer : Register CVR Number for Denmark Generate and Test Online

Bing Homepage Quiz: Fun, Win Rewards, and Brain Teasers

How To Iterate Dictionary Object