实现一个可以供选择的弹出框:使用jquery没有想到好的提示效果。
参看js的API文档实现如下===confirm。 代码如下:
var r=confirm("提示内容") if (di != null&& (r==true)) { userNameCnl.focus();//定位 userNameCnl.value = "";//清空数据 }else if(r==false){ userNameCnl.focus(); }
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.