0

This is my page https://spdemosite.com/corstone/our-portfolio/ were jQuery filter is there to filter items.

My question is how can I land my user directly to USA, Korea or any other country from some other page.

So, Basically i want my user to land on USA when they click on USA link from some other page and vice versa.

Thanks.

Suresh Patel
  • 15
  • 1
  • 8

1 Answers1

0

You can use URL parameters something like http://example.com?country=USA and http://example.com?country=Korea then in your javascript extract the value of country and display the section accordingly.

check this answer how to get url parameters

Marik Ishtar
  • 2,899
  • 1
  • 13
  • 27