How to properly install door knobs and levers.


.main_nav li.showSingle { /*padding-right: 50px;*/
}

.main_nav li.showSingle:first-child { /*padding-left: 62px;*/
}

/* Close Animation Start */
function resetCloseState() {
$(‘.close-img’).css(‘background-position’, ‘0px -1170px’);
}

function startAnimateClose(attrClose) {
setTimeout(function () {
var x = -1170;
(function animateBack() {
timer = setTimeout(function () {
if ((x += 45) = -1170) {
$(objClose).css({‘background-position’: ‘0px ‘ + x + ‘px’});
animateFwd();
} else {
closeContainer(objClose);
}
}, 20);
})();
}, 0);
}

function closeContainer(closebtn) {
if ($(closebtn).attr(‘id’).indexOf(‘closeDropDown’) != -1) {
$(“.mainmenu-wrap”).slideUp(“slow”);
} else if ($(closebtn).attr(‘id’).indexOf(‘closeSearch’) != -1) {
$(‘.mainmenu-wrap’).slideUp(function () {
$(‘.mainmenu-wrap’).removeClass(‘menu-search’);
});
$(“#search_div”).slideUp();
$(“#search_box”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
} else if ($(closebtn).attr(‘id’).indexOf(‘closeMsgBox’) != -1) {

$(“#tradeprofessional_form”).slideUp(“slow”);
$(“#homeowner_form”).slideUp(“slow”);
$(“body”).css(“overflow-y”, “auto”);
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
} else {
$(‘.modal’).modal(‘hide’);
}
}

/* Close Animation End */

/* Search Box Show Hide */
function closeSearchMobile() {
$(“#search_div”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
}

function showSearchMobile() {
$(‘.mainmenu-wrap’).hide();
resetCloseState();
$(“#search_div”).slideDown();
$(“.modal-backdrop”).removeClass(“modal-backdrop-loadmask hide”);
$(“.targetDiv”).hide();
$(“body”).css(“overflow-y”, “hidden”);
$(“.overlay-wrap”).show();
setTimeout(function () {
startAnimateClose(‘closeSearchBoxMobile’)
}, 100);
}

$(document).ready(function () {
/** Code to target IE11 **/
var ua = navigator.userAgent;
if ((ua.match(/rv:11.0/i)) || (ua.match(/Edge/i))) {
$(‘body’).addClass(‘ie11-above’);
}
/** Code to target IE11 ends **/

$(‘#dl-menu’).click(function () {
$(‘#dl-menu’).dlmenu();/**For Mobile Menu**/
});
$(‘.dl-trigger’).click(function () {
$(‘.mainmenu-wrap’).hide();
closeSearchMobile();
});
$(‘#search_icon’).click(function () {
if ($(‘#search_div’).is(‘:visible’)) {
closeSearchMobile();
} else {
showSearchMobile();
}
;
});

$(‘#search_button’).click(function () {
if ($(‘#search_box’).is(‘:visible’)) {
$(‘.mainmenu-wrap’).slideUp(function () {
$(‘.mainmenu-wrap’).removeClass(‘menu-search’);
});
$(“#search_box”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
} else {
resetCloseState();
$(“.targetDiv”).hide();
$(“#search_box”).slideDown();
$(“body”).css(“overflow-y”, “hidden”);
//$(“.overlay-wrap”).show();
$(“.modal-backdrop”).removeClass(“modal-backdrop-loadmask hide”);
$(‘.mainmenu-wrap’).addClass(‘menu-search’);
$(‘.mainmenu-wrap’).show(function () {
setTimeout(function () {
startAnimateClose(‘closeSearchBox’)
}, 200);
});

}
;
});

/* $(‘#closeSearchBoxMobile’).click(function () {
$(“#search_div”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
$(“.overlay-wrap”).hide();
});
$(‘#closeSearchBox’).click(function () {
$(‘.mainmenu-wrap’).slideUp(function () {
$(‘.mainmenu-wrap’).removeClass(‘menu-search’);
});
$(“#search_box”).slideUp();
$(“body”).css(“overflow-y”, “auto”);
$(“.overlay-wrap”).hide();

}); */

/** Navigation Show Hide on Click **/
/*$(‘.main_nav .showSingle’).click(function (e) {
var $this = $(this);
dataAttr = $this.find(‘a’).attr(“data-toggle”);
if ($(“.main_nav .mainmenu-wrap #” + dataAttr + “”).css(‘display’) == “none” || $(“.main_nav .mainmenu-wrap”).css(‘display’) == “none”) {
resetCloseState();
$(“#search_box”).hide();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
$(“.main_nav .targetDiv”).hide();
$(‘.main_nav .mainmenu-wrap’).removeClass(‘menu-search’);
$(“.main_nav .mainmenu-wrap #” + dataAttr + “”).show();
$(“.main_nav .mainmenu-wrap”).slideDown(“slow”, function () {
startAnimateClose(‘closeDropDown’);
});
}
});

$(‘.mainNavMobile .showSingle’).click(function (e) {
var $this = $(this);
dataAttr = $this.find(‘a’).attr(“data-toggle”);
if ($(“.mainNavMobile .mainmenu-wrap #” + dataAttr + “”).css(‘display’) == “none” || $(“.mainNavMobile .mainmenu-wrap”).css(‘display’) == “none”) {
resetCloseState();
$(“#search_div”).hide();
$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
$(“.mainNavMobile .targetDiv”).hide();
$(‘.mainNavMobile .mainmenu-wrap’).removeClass(‘menu-search’);
$(“.mainNavMobile .mainmenu-wrap #” + dataAttr + “”).show();
$(“.mainNavMobile .mainmenu-wrap”).slideDown(“slow”, function () {
startAnimateClose(‘closeDropDownMobile’);
});
}
});

var interval = null;
var DivHide = false;
var timeout;

function HideDiv() {
if ((DivHide == true) && (!timeout)) {
$(“.mainmenu-wrap”).slideUp(“slow”);
clearInterval(interval);
DivHide = false;
}
}

var dataAttr;
$(“.main_nav > ul”).click(function () {
timeout = setTimeout(function () {
timeout = null;
DivHide = false;
interval = setInterval(HideDiv, 1000);
$(“.mainmenu-wrap”).stop(true, true).slideDown(“slow”);
}, 500);

}, function () {
clearTimeout(timeout);
timeout = null;

DivHide = true;

});

$(“.mainmenu-wrap”).click(function () {
DivHide = false;
$(“.mainmenu-wrap #” + dataAttr + “”).stop(true, true).show();
}, function () {
DivHide = true;

});
*/

/* $(function () {
$(“.main_nav li.showSingle”).click(function () {
$(“.main_nav li.showSingle”).removeClass(“current”);
$(this).addClass(“current”);
})

$(“.dropdown-head .close-img”).click(function () {
var _this = $(this).parents(“.main_nav”).find(“.showSingle”);
var _this2 = $(this).parents(“.main_nav”).find(“.selected”);
_this.removeClass(“current”);
_this2.addClass(“current”);
})
})*/

$(“#closeMsgBox”).click(function () {
$(“#signup_success_box”).slideUp();

$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
});
$(“#closeErrorMsgBox”).click(function () {
$(“#signup_error_box”).slideUp();

$(“body”).css(“overflow-y”, “auto”);
//$(“.overlay-wrap”).hide();
$(“.modal-backdrop”).addClass(“modal-backdrop-loadmask hide”);
});

});

$(“.press-enter”).click(function () {

// Analytics tracking Code
var searchKeyword = $(this).closest(“.search-box”).find(“.search-query”);
searchKeyword = searchKeyword.val();

// Submit the form
$(“form#faqSearchForm”).submit();
});

.msg-div {
height: auto;
overflow-y: scroll;
}

.ie11-above .flag {
right: 6px;
}

.flag:after {
background-image: url(“/etc/designs/sch-us-2/clientlibs/main/images/header-link-icon.png”);
background-repeat: no-repeat;
width: 20px;
height: 100%;
position: absolute;
right: -6px;
content: “”;
top: 0px;
-ms-transform: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.flag:hover:after {
-ms-transform: translate(3px, -3px);
-moz-transform: translate(3px, -3px);
-o-transform: translate(3px, -3px);
-webkit-transform: translate(3px, -3px);
transform: translate(3px, -3px);
}

.flag:hover {
background-position: right top;
}

.flag:active:after {
background-image: url(“/etc/designs/sch-us-2/clientlibs/main/images/header-link-icon-hover.png”);
}

.flag {
color: #003767;
font-family: “Avenir-Book”;
font-size: 11px;
line-height: 19px;
margin-left: 70px;
margin-right: 11px;
margin-top: 30px;
padding-right: 11px !important;
padding-top: 3px;
position: absolute;
right: 0;
top: 0;

}

.flag {
display: none;
}

{
“@context”: “https://schema.org/”,
“@type”: “HowTo”,
“name”: “Install or change/replace a door knob.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100451-65a26043d21d7.png”,
“totalTime”: “PT30M”,
“estimatedCost”: {
“@type”: “MonetaryAmount”,
“currency”: “USD”,
“value”: “20”
},
“tool”: [{
“@type”: “HowToTool”,
“name”: “tape measure”
},{
“@type”: “HowToTool”,
“name”: “Phillips Head screwdriver”
}],
“step”: [{
“@type”: “HowToStep”,
“text”: “1. The first step you want to take is to ensure you have all parts and pieces including: the outside housing, the inside housing, the latch, the round drive-in faceplate, the strike plate, the short screws, the tapered long screws, and the pin tool.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100451-65a260433dcd2.png”,
“name”: “Ensure you have all the parts”,
“url”: “https://www.schlage.com/blog/categories/2017/03/how-to-install-door-knobs-levers.html”
},{
“@type”: “HowToStep”,
“text”: “You’ll begin by installing the latch first. If you need to replace the rectangular faceplate with the round drive-in faceplate: remove faceplate with a flat head screwdriver, twist and remove remaining support plate, install round drive-in faceplate with just a snap.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100451-65a2604394bd5.png”,
“name”: “Install the latch”
},{
“@type”: “HowToStep”,
“text”: “If you’re using the standard rectangular faceplate, slide the latch into place with the bevel facing the doorjamb and secure with the two short screws. For the drive-in faceplate, slide into place with the bevel facing the doorjamb and gently tap into place, flush with the door edge using a block of wood to protect the latch.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100451-65a26043d21d7.png”,
“name”: “Secure the latch into the faceplate”
},{
“@type”: “HowToStep”,
“text”: “Next, you’ll install the strike plate on the doorjamb using the two short wood screws.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100452-65a26044570bd.png”,
“name”: “Install the strike plate”
},{
“@type”: “HowToStep”,
“text”: “Begin installing the lever or knob by placing the outside housing first. If you’re installing a lever, you’ll want to make sure the lever is pointing away from the door edge.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100452-65a2604491547.png”,
“name”: “Install the outside housing”
},{
“@type”: “HowToStep”,
“text”: “Align the spindle with the slot in the latch and slide into place.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100452-65a26044d0333.png”,
“name”: “Slide the outside housing into the latch”
},{
“@type”: “HowToStep”,
“text”: “Now install the inside housing. If you’re installing a lever, orient the lever just as you did with the outside housing, pointing away from the edge of the door.”,
“name”: “Install the inside housing”
},{
“@type”: “HowToStep”,
“text”: “With the screw holes in a vertical position, align the square in the back of the doorknob or lever with the square spindle. Slide the inside housing into place.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100457-65a2604907c55.png”,
“name”: “Slide the inside housing into place”
},{
“@type”: “HowToStep”,
“text”: “Secure with the two remaining screws.”,
“image”: “https://schlage.comhttps://www.schlage.com/content/dam/sch-us/blog/post-images/2017/03-March/https://angleruler.top/wp-content/uploads/2024/01/20240113100501-65a2604da2517.png”,
“name”: “Secure the doorknob”
},{
“@type”: “HowToStep”,
“text”: “To see all these steps in action as well as how to change the handing and test your lock, watch our privacy/passage lock installation video.”,
“name”: “Watch our video tutorial”,
“url”: “https://www.youtube.com/watch?v=nIZQf9MnWdE”
}]
}

How to properly install door knobs and levers.

By monica.reedy

Tuesday, September 27, 2022

.sf-date {

font-size: .85em;
color: #666;
margin-left:20px;
}


How to install a door lever

How to install a door lever

$(“#wtbClick a”).click(function(e) {
e.preventDefault();
var destination = $(this).attr(‘href’);
setTimeout(function() { window.location.href = destination; }, 1000);
});

function eventRecord(retailer)
{
//record([‘productfacets’], {facetselection: “‘”+selectedFacets+”‘”});
var prodSku = $(‘#prodsku’).val();
var pdpprodTitle = $(‘#pdpLabelTitle’).text();
var SKUProduct = prodSku + ‘-‘ + pdpprodTitle;
if(SKUProduct == “undefined-“)
{
SKUProduct = “WTB”;
}
}

Here are all the steps you need to follow to properly install a door knob or lever in just a few minutes.

 

READ MORE

Updating your interior door knobs and levers is the perfect project to take on when every detail matters for your home. Coordinating a new style and finish with your lighting, plumbing and other décor is an easy way to give your home a finishing touch. And with the right durability and security, it also can help you protect what matters most. Fortunately, door hardware installation is one of the simplest DIY projects.

 

Before we get to the step-by-step guide, be sure your door is properly drilled and aligned with this door prep checklist.

 

Next, gather your door hardware installation tools. It’s simple – all you need is a tape measure and a screwdriver. Keep in mind that an electric drill is not recommended for installation as it can easily strip the screws and damage your hardware.

.blog .textExt .blogg{display:none;}

Woman installing door handle.

.blog .textExt .blogg{display:none;}

Door lock installation checklist

Now you’re ready to get started installing your door knobs or levers. The first step is to ensure you have all the parts. Here’s a checklist to help. If there are any terms you don’t understand, check out these definitions for parts of a door lock.

.blog .textExt .blogg{display:none;}

Parts of a door lock

.blog .textExt .blogg{display:none;}

 Outside housing: The "exterior" portion of your hardware with the spindle extending from the back
 

 Inside housing: The "interior" portion of your knob or lever. For privacy knobs and levers, you’ll want to be sure the push-button lock is on the inside
 

 Latch: The spring-operated bolt with a beveled face to permit a latching action when the door closes
 

 Round drive-in faceplate: An optional faceplate that may replace the rectangular faceplate already attached to the latch if your door calls for it
 

 Strike plate: The metal plate that will be affixed to the door frame
 

 Short screws: Used to secure the latch and faceplate to the door
 

 Tapered long screws: Used to secure the inside housing to the outside housing
 

 Pin tool: Used only for installing lever door handles that are curved and may need to change handing

 

.blog .textExt .blogg{display:none;}

Door Knob and Lever Installation instructions

.blog .textExt .blogg{display:none;}

1You’ll begin by preparing the latch.

.blog .textExt .blogg{display:none;}

door knob latchbolt

.blog .textExt .blogg{display:none;}

The latch comes with a pre-attached rectangular faceplate. If you’re using the rectangular faceplate, continue to Step 2 now.

 

If you need to replace it with a round drive-in faceplate, follow steps a-c below. You’ll need a flat head screwdriver, hammer and block of wood with this setup.

a. Remove faceplate by gently prying it away from the rest of the latch component with a flat head screwdriver.

 

b. Twist and remove remaining support plate.

 

c. Install round drive-in faceplate with just a snap.
 

 

.blog .textExt .blogg{display:none;}

2Now we install the latch. If you’re using the standard rectangular faceplate, slide the latch into place with the bevel facing the doorjamb and secure with the two short screws.

.blog .textExt .blogg{display:none;}

How to install a door knob

.blog .textExt .blogg{display:none;}

If you’re using the drive-in faceplate, slide the latch into the latch bore with the bevel facing the doorjamb. Gently tap it in to place, using a block of wood to protect the latch, until the faceplate is flush with the door edge.

 

Installing round faceplate latch

.blog .textExt .blogg{display:none;}

3Next, you’ll install the strike plate on the doorjamb using the two short wood screws.

.blog .textExt .blogg{display:none;}

Door strike plate

.blog .textExt .blogg{display:none;}

4Begin installing the lever or knob by placing the outside housing first. Remember, this is the part with the spindle extending from the back. If you’re installing a lever, you’ll want to make sure the lever is pointing away from the door edge.

.blog .textExt .blogg{display:none;}

Lever and door knob installation

.blog .textExt .blogg{display:none;}

5Align the spindle with the slot in the latch and slide into place.

.blog .textExt .blogg{display:none;}

Door lock installation

.blog .textExt .blogg{display:none;}

6Now install the inside housing. If you’re installing a lever, orient the lever just as you did with the outside housing, pointing away from the edge of the door. 

.blog .textExt .blogg{display:none;}

7With the screw holes in a vertical position, align the square in the back of the door knob or lever with the square spindle. Slide the inside housing into place.

.blog .textExt .blogg{display:none;}

Door knob installation

.blog .textExt .blogg{display:none;}

8Secure with the two remaining screws.

.blog .textExt .blogg{display:none;}

How to install a door lock

.blog .textExt .blogg{display:none;}

To see all these steps in action as well as how to change the handing and test your lock, watch our installation video below. You can also try these interactive instructions for installing privacy and passage door hardware.

.blog .textExt .blogg{display:none;}

 

 

.blog .textExt .blogg{display:none;}

Find more videos for installing a deadbolt, front door handleset or smart lock at the Schlage How-To Center.

 

.blog .textExt .blogg{display:none;}

body {
text-align: inherit ;
}
.commercial:after {
background-image: none;
}
div.section {
margin: 0px 0;
}
@media (min-width: 768px) and (max-width: 900px) {
.main_nav>ul li a {
font-size: 12px;
}
}

/* –INC0038827 – show main nav–10.5.2020
Css for hiding main-nav drawer
.mainmenu-wrap {
background-color: #ffffff;
border-bottom: 3px solid #ffffff;
}
.close-img {
background: none;
}
.border-bottom {
display: none;
}
.dropdown-head {

display: none;
}*/

div.list div.pagination {

margin-left: 0px;

}
.pagination {
width: 100%;
}
fieldset {
width: 445px !important;
}
@media (max-width: 767px) {
.navigation {
width: 100%;
margin-right: 0px;
}
}

<!–

x

Stay up-to-date on the latest style and design tips, trends, DIY tutorials, product updates and smart home news.

var aoProtocol = location.protocol;
if ( aoProtocol.indexOf(‘http’) < 0 ) aoProtocol = 'http:';
var aoCAP = {
aid: '17883',
fid: '0017',
did: 'd-ext-0001',
server: 'mktg.schlage.com',
formId: 'blog-subscribe',
protocol: aoProtocol,
};
var aoArr = aoArr || []; aoArr.push(aoCAP);

$("form#blog_subscribe").submit(function(e){

var business = $('#business').val();
var businessRegion = $('#businessRegion').val();
var businessType = $('#businessType').val();
var send_to_sb = $('#send_to_sb').val();
var email = $('#email').val();
var subscription = $('[name="subscription"]:checked').val();
console.log("sub"+subscription);

$.ajax({
type: 'POST',
url: "/bin/allecore/formsubmit",
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
//contentType: 'application/json; charset=UTF-8',
data: {
formName: "blog_subscribe",
cusBusiness: business,
cusAlleRegion: businessRegion,
cusBusinessType: businessType,
subscription: subscription,
send_to_sb:send_to_sb,
email:email
},
dataType: 'json',
success: function (msg) {

},
error: function (xhr, ajaxOptions, thrownError) {

}
});

//alert("Hurray! I'm subscribed.");
$("#msg").show();
$("form#blog-subscribe")[0].reset();
e.preventDefault();
});

.iubenda-cs-close-btn {
color: #000 !important;
position: absolute !important;
right: 10px !important;
text-decoration: none !important;
font-size: 20px !important;
}
.blueBorder
{
background: #0081c5 none repeat scroll 0 0;
width:100%;
height:10px;
}
.Avenir_Black
{
color: #000;
font-weight: bold;
text-align: center;
padding:15px 0;
}

#blog-subscribe input[type=”email”]
{
border: 1px solid #ccc;
color: #555;
margin: 0 14px 0px 0;
padding-left: 10px;
width: 250px;
}
#blog-subscribe input[type=”radio”]
{
float:left;
margin-top:0;
margin-right: 2px;
}
.blogSubsButton{
background: #0081c5 none repeat scroll 0 0;
border: 1px solid #ccc;
color: #fff;
font-family: “Avenir-Black”;
font-size: 13px;
height: 20px;
letter-spacing: 1px;
margin-bottom: 0px;
padding: 0 16px;
}
.stayLeft
{
float:left;
}
.stayLeft.radioBtn
{
padding-left:10px;
margin-top: 2px;
}
.stayLeft.submitBtn
{
padding-left:20px;
}
.subsForm
{
width:100%;
text-align: center;
}
.subsForm form#blog-subscribe
{
margin: 0 auto;
display:inline-block;
}
.subscribeBlogForm
{
border: black 1px solid;
position: fixed;
width: 100% !important;
z-index: 99999998 !important;
bottom: -1px;
}
.footer
{
overflow: hidden;
}
.whiteBg
{
background-color: #fff;
padding-bottom: 10px;
}
#msg
{
padding-left: 10px;
}

$(document).ready(function(){
if(readCookie(“BlogSubscribe”) != null)
$(“.subscribeBlogForm.blog-subs”).hide();

});
function writeCookie(cookieName,cookieValue,exdays){
if(exdays > 0)
{
var d = new Date();
d.setTime(d.getTime()+(exdays*24*60*60*1000));
var expires = “expires=” + d.toGMTString() + ‘; path=/’;
document.cookie = cookieName + ‘=’ + cookieValue + “; ” + expires;
}
else
{
document.cookie = cookieName + ‘=’ + cookieValue + “; path=/”
}
}

function readCookie(name) {
var nameEQ = name + “=”;
var ca = document.cookie.split(‘;’);
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}

$(".iubenda-cs-close-btn").click(function(){
$(".subscribeBlogForm.blog-subs").hide();
writeCookie("BlogSubscribe", "TRUE" , 30);

});

–>

Similar Posts