Using jQuery Mobile, how could I create hashbang URLs such as #!/value_1/value_2
and be able to read both of these values, assuming that both parameters will always be in the same order.
One caveat is that this is being powered by a one page structure, so I'm not linking to an external page.