I have one question. I tried to find the solution on Google, but couldn't find the best solution. For example, one page(first) has one button, another page(second) has button and text. at the initial status, in the second page, when i click the button, the text will be shown and hidden. at the first, text was hidden. and when i click the button at the first page, it goes to the second page. in this case, i'd like to open the text when i click the button at the first page. For this, i need to change the css property of second text element (show) using jquery.
How can i implement this? please give me any suggestions.
Thanks.