I want click a button then it add the class
.overflow{overflow-y:scroll};
I used addClass('overflow'}, but it reload the whole page on clicked.
After an action it will removeClass('overflow')
I will not choose to use .css('overflow','hidden') because 'auto','scroll','hidden' is not suitable for me, I want it being completely remove after used.