Skip to content

Tag: javascript

How to make pagination (number of the current element)?

I want to make a navigation, that looks like 1/5 then 2/5 then 3/5 and so on. the first digit is the number of the current page the second digit is the total number of pages At the moment, everything works, except for the number of the current page: it is created, but the old one is not deleted. Thank

After executing a function style is no more displayed

I need to display some boxes, however when I activate the function to order them the padding between each box desappears. Do you know how to fix this? There is also some css code for the style of the list. But when i execute the function mia_posizione the padding between the boxes is canceled and they are dis…