Simple (jquery) div Dot Marquee

Source: Internet
Author: User

A simple example of a point marquee:

The example of this tick box is not the input multi box, but a div nested inside a sub-div element.

<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>jump</title>
<script src= "Js/jquery-2.1.4.js" ></script>
<style>
. select{float:left;margin:40px 40px;}
. boss{width:10px;height:10px;border:2px solid #666;}
. Boss Div{width:8px;height:8px;background: #666; margin:1px;}
</style>
<script>
$ (function () {
var $boss =$ ('. Boss ');
$boss. Click (function () {
$ (". Boss"). CSS ("Border", "2px solid #666")
. Children (). CSS ("Background", "#666");
$ (this). CSS ("Border", "2px solid Red")
. Children (). CSS ("Background", "Red");
})
})
</script>
<body>
<div id= "Head" >
<div class= "Select" >
<div class= "Boss" ><div></div></div>
</div>
<div class= "Select" >
<div class= "Boss" ><div></div></div>
</div>
<div class= "Select" >
<div class= "Boss" ><div></div></div>
</div>
</div>
</body>

The shape of the marquee is varied, and the specific style can be modified according to your own requirements.

Simple (jquery) div Dot Marquee

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.