KEEPING JS FUNCTIONALITY BUT WRITING BTNS IN HTML INSTEAD
https://codepen.io/gsadopkgj/pen/oNJKxQR rn i have it so that the js creates these btns, but i want it so that the html creates the btns... (this way i can style the btns properly) but i want the js bit of the code to still work? like the SPA shit
5 Replies
you see i want the functionality of the left buttons but i want it placed on the right
and for it to look like those right btns which ive styled in css
https://codepen.io/gsadopkgj/pen/oNJKxQR im trying to make it so that the paragraph text content changes along with the button / column header change
but my updatePara function isn't working
can you help