Latest solutions
Launch countdown timer
#jquery#sass/scss#gsapSubmitted 6 months agoRegarding assistance, I’d like to know if creating this type of animation with frameworks like React or others is easier, or if it’s still better to continue using GSAP.
Mortgage repayment calculator
#jquery#sass/scss#gsapSubmitted 9 months agoI would like to know where I can find reliable and practical information on how to make HTML well structured and accessible.
Responsive and accessible contact form using Flexbox and CSS Grid
#jquery#sass/scss#gsapSubmitted 12 months agoThe only problem I couldn’t solve was with the Query Type field. The idea I had was that while one button was selected, the background would be green, while the other button would have a white background. However, after clicking on one and then clicking on the other, both buttons retain their background color until the page is reloaded.
If you have any suggestions on how to fix this, I’ll provide the relevant code snippets below:
HTML:
Query Information Query Type * General Enquiry Support Request Please select a query type
JS/JQuery:
$(document).ready(function() { $('input[name="queryType').on('change', function() { if (!$(this).is(':checked')) { $(this).parent().css({ 'background-color': 'hsl(148, 38%, 91%)', }); } else { $(this).parent().css({ 'background-color': 'white', }); } }); });
Interactive pricing component
#sass/scssSubmitted about 1 year agoIn terms of help, do you have any suggestions for tools I should use to speed up the styling process or to add dynamism to websites?
Interactive rating component
Submitted about 1 year agoI'm having difficulty, especially in the interaction of JS with the site's elements, so I would like to ask for suggestions on any study tracks (important topics) that could help me work better with JavaScript and DOM.
Thank you for your attention!
Latest comments
