摘要: <body> <form method="post" action=""> <div class="int"> <label for="username">用户名:</label> <!-- 为每个需要的元素添加required --> <input type="text" id="username 阅读全文
posted @ 2016-02-04 16:42 顾小骚 阅读(2053) 评论(0) 推荐(0)
摘要: var urlstr = location.href;var urlstatus=false;$("#navUl a").each(function () { if ((urlstr + '/').indexOf($(this).attr('href')) > -1&&$(this).attr('h 阅读全文
posted @ 2016-02-04 15:16 顾小骚 阅读(735) 评论(0) 推荐(0)