Displaying 1 result from an estimated 1 matches for "removefromrecip".
Did you mean:
removefromrecips
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
...gt;
</tr>
</tbody></table>
</div>
<script language="javascript">
function addtorecips(value,name)
{
new Effect.BlindUp(value, {duration: .3});
document.getElementById("garbagebin").innerHTML
+= "<div onclick=\"removefromrecips(this)\"
id=\"b"+i+"\" style=\"display:
none;\")>"+name+"</div>";
new Effect.Appear("b"+i, {duration: .3});
i++;
}
function removefromrecips(value)
{
new Effect.BlindUp(this, {duration: .3})...