variable local y global

$(function(){
    value = "10";
});
value; // "10"
Nutty Nightingale