随笔分类 -  Jquery

摘要:一、jQueryEasyUI下载地址http://www.jeasyui.com/二、jQueryEasyUI Messager基本使用1、$.messager.alert(title, msg, icon, fn)1>、基本用法代码:?1234567891011121314151617<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>消息提示框</title> <link href="/j 阅读全文
posted @ 2012-12-16 17:09 我在这 阅读(268) 评论(0) 推荐(0)
摘要:input的radio类型,跟checkbox不同,在选中状态下,不能通过再次点击来取消选择。最近在工作中却遇到这样的需求,通过jquery实现了一下。假设表单如下:<form name="mainForm" action="tt.php"> <input type="radio" value="large" name="size" tag="0"/> <input type="radio" value="middl 阅读全文
posted @ 2012-10-25 18:18 我在这 阅读(4339) 评论(0) 推荐(0)