Skip to content

Category: Questions

Syntax error, unrecognized expression: Jquery

I want to add/remove the active class from the data-filer = variable, but this error gives: Uncaught Error: Syntax error, unrecognized expression: li[data-filter=.arroz-1] What am I doing wrong? Answer You missed some apostrophe. Try this:

How to get future date based on timestamp ratio

I am trying to have a virtual calendar for a game. I have events that will last a certain time in reality (1 week, 1 month). In the game those events should always be equal to 1 year. To make things …

Clicking on a flip card keeps it flipped over

I’ve made flip card with mouse hover by HTML & CSS. I want to do that after clicking on the “back” the card does not return to the front (on one page will be few these flip card, so when clicked 1st will be the on “back”, then clicking another one and this two cards will be o…