摘要:
//最简单用法function example1(){ $.prompt('Example 1');}//配置按钮function example2(){ $.prompt('Example 2',{buttons:{Ok:true,Cancel:false}});}//设置透明度function example3(){ $.prompt('Example 3',{opacity:0.5});}//设置默认聚焦按钮function example4(){ $.prompt('Example 4',{buttons:{Ok:true 阅读全文
摘要:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ include file="/pages/common/taglib/common.jsp"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <t 阅读全文