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());    
    });

Comments

Popular posts from this blog

Fake CVR Generator Denmark

How To Iterate Dictionary Object

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