Displaying 3 results from an estimated 3 matches for "select1".
Did you mean:
select
2006 Jun 20
1
Simple draggable
...t;></script>
<script type="text/javascript" src="controls.js"></script>
<script type="text/javascript" src="slider.js"></script>
<title>Untitled Document</title>
</head>
<body>
<select name="select1" size="20" id="select_1">
<script type="text/javascript">new Draggable(''select_1'', {revert:true})</script>
</select>
</body>
I tried the script further up with no luck either. Not that it''s
about luck , but...
2006 Jun 23
16
Help please-draggable
...;script src="/javascripts/dragdrop.js" type="text/javascript"></script>
<script type="text/javascript">new Draggable(''ele123'')</script>
.....................
<body>
<div id="palette">
<select name="select1" size="5" id="ele123">
<option value="1">Blue</option>
<option value="2">Red</option>
<option value="3">Orange</option>
<option value="4">Green</option>
<option value=&qu...
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all
I have a function in which I would like to change some values to NA according to
some condition.
dropout<-function(y, nahr=FALSE,...) {
<some stuff for computing an index>
if (nahr) y[index]<<-NA
invisible(index)
}
in case y is a vector all works OK but if it is a part of data frame by calling
dropout(df$y) or dropout(df[,number]) no change is done.
Please can you