Posts by Hércules Macedo • 99 points
2 posts
-
1
votes5
answers6529
viewsA: How to create buttons to increase/decrease font?
$(document).ready(function () { var section = new Array('span', 'li', 'b', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'table', 'div'); section = section.join(','); // Reset Font Size var…
-
8
votes5
answers6529
viewsQ: How to create buttons to increase/decrease font?
I would like to implement accessibility functions on the website of the company I work with. I was able to implement the contrast button, but I’m having difficulty doing the increase/decrease and…