Posts by Sérgio Machado • 31 points
2 posts
- 
		0 votes0 answers517 viewsQ: Perform a Jquery action by clicking a linkI want you to click on some of the links in the menu of my site, run scrollTop. $(document).ready(function() { $(".menu-topo a").click(function() { $('html, body').animate({ scrollTop: (400) },… jqueryasked Sérgio Machado 31
- 
		3 votes1 answer252 viewsQ: Creating Archive.php in wordpress using custom fieldI’m trying to create a calendar page in Wordpress where the user selects the month by a select: <select> <option>Janeiro 2015</option> <option>Dezembro 2014</option>…