亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

看看自定義jQ插件有沒有問題?

<!DOCTYPE?html>
<html?lang="zxx"?style="scroll-behavior:?smooth">
<head>
????<meta?charset="UTF-8">
????<title>自定義一個jquery插件:focus</title>
????<script?src="http://www.xianlaiwan.cn/data/jquery-1.8.2.min.js"?type="text/javascript"></script>
</head>
<style>
?*{
????????padding:0;
?margin:0;
?}
????ul{
????????margin:10px?0?0?10px;
?width:30%;
?list-style-type:none;
?border:1px?solid?#ddd;
?border-radius:8px;
?box-shadow:0?0?8px?#ddd;
?}
????li{
????????font-size:24px;
?line-height:30px;
?color:#000;
?text-indent:10px;
?border-radius:7px;
?}
</style>
<body>
<ul>
????<li>aaaa</li>
????<li>bbbb</li>
????<li>cccc</li>
</ul>
</body>
<script>
?$(function(){
????????$.extend({
????????????//el:元素,bcolor:CSS背景顏色,color:CSS顏色
?'focus':function(el,bcolor,color){
????????????????$.each(el,function(){
????????????????????$(this).mouseenter(function(){
????????????????????????$(this).css({'background':bcolor,'color':color})
????????????????????})
????????????????????$(this).mouseleave(function(){
????????????????????????$(this).css({'background':'none','color':'#000'})
????????????????????})
????????????????})
????????????}
????????});
?//應用自定義插件focus
?$.focus($('li'),'#b5202b','#fff');
?})
</script>
</html>


正在回答

1 回答

完全沒問題,厲害厲害!

0 回復 有任何疑惑可以回復我~
#1

慕神7088389 提問者

非常感謝!
2018-07-16 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

看看自定義jQ插件有沒有問題?

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號