Thursday, October 11, 2018

Disable Html Controls using css class

.disableBtn {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

No comments:

Post a Comment

javascript Filter/index off

 var family = [{"name":"Jack",  "age": 26},               {"name":"Jill",  "age"...