Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://yui.yahooapis.com/3.17.2/build/yui/yui-min.js"></script>
  <meta charset=utf-8 />
  <title>JS Bin</title>
</head>
<body>
  
<input name="userId" /><br><br>
  <input name="secondId" />
</form>
</body>
</html>
 
var opt1=Y.one('#userId');
var opt2=Y.one('#secondId');
//console.log(opt);
var val = opt1.get('value');
console.log(opt1);
console.log(opt2);
alert(opt);
opt.set('value','Download a Copy2');
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers