Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS javascript help – difficulty level = high Re: javascript help – difficulty level = high

#105184
Olo
Member

I think you have two different functions: one for the numbered pagination and one for the filters. Your pagination one is first, and there is no test to check the filters.

With the .click() jQuery method you can emulate the “click event” on the “page one” of the pagination.
Done at the right time in your function for the filters., it will send a message to your pagination function.