Study Progress Chart
Week number |
Professional Learning Goals |
Professional Learning Time |
New Code Volume |
Blog post Volume |
Learning in the Humanities |
Knowledge and Skills Summary |
12th Week |
HTML box structure |
Under Class |
As follows |
has been issued |
PS and Sai |
Mu class net |
JQuery (document). Ready (function ($) {
Da Slider
$ (' #da-slider '). Cslider ({
Autoplay:true,
bgincrement:0
});
Set The Carousel Options
$ (' #quote-carousel '). Carousel ({
Pause:true,
interval:4000,
});
FancyBox
$ (". FancyBox"). FancyBox ();
Isotope
if ($ ('. Isotopewrapper '). Length) {
var $container = $ ('. Isotopewrapper ');
var $resize = $ ('. Isotopewrapper '). attr (' id ');
Initialize Isotope
$container. Isotope ({
Itemselector: '. Isotopeitem ',
Resizable:false,//disable normal resizing
Masonry: {
ColumnWidth: $container. Width ()/$resize
}
});
$ ("a[href= ' #top ']"). Click (function () {
$ ("HTML, Body"). Animate ({
scrolltop:0
}, "slow");
return false;
});
$ ('. Navbar-inverse '). On (' Click ', ' Li a ', function () {
$ ('. Navbar-inverse. '). addclass (' collapse '). Removeclass (' in '). CSS (' height ', ' 1px ');
});
$ (' #filter a '). Click (function () {
$ (' #filter a '). Removeclass (' current ');
$ (this). AddClass ("current");
var selector = $ (this). attr (' Data-filter ');
$container. Isotope ({
Filter:selector,
Animationoptions: {
duration:1000,
Easing: ' Easeoutquart ',
Queue:false
}
});
return false;
});
$ (window). Smartresize (function () {
$container. Isotope ({
Update ColumnWidth to a percentage of container width
Masonry: {
ColumnWidth: $container. Width ()/$resize
}
});
});
}
});
12th Week Study Progress Chart