I'm using jquerymobile.
Inside a page lets call it page1.aspx I have different sections like header, content, footer and navigate
So if i want to open the section navigate some href in other page page2.aspx must look like href="page1.aspx#navigate"
But how can I do the same but adding parameters? like href="page1.aspx#navigate?param1=2¶m2=3, is this possible or how the syntaxis is?
Thank you.