Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Scroll to profile
- jQuery('#tshowcase-bx-pager-0 a').on('click touchend',function() {
- if (window.outerWidth && window.outerWidth < 768) {
- jQuery('html, body').animate({
- scrollTop: jQuery(".tshowcase-bxslider-0").offset().top-70
- }, 1000);
- }
- });
- //Add custom Layer
- jQuery("<div />").css({
- position: "absolute",
- width: "100%",
- height: "100%",
- padding: "150px 0 0 0",
- lineHeight: "1.3em",
- fontSize: "2em",
- left: 0,
- top: 0,
- background: "rgba(255,255,255,0.9)",
- color: "#03ada5",
- zIndex: 1000000, // to be on the safe side
- }).attr('id','team-overlay').html('Click team member<br>to learn more').appendTo(jQuery(".tshowcase-box").css("position", "relative").first());
- jQuery('#tshowcase-bx-pager-0').on('click touchend',function(){
- jQuery('#team-overlay').remove();
- });
Advertisement
Add Comment
Please, Sign In to add comment