Rails params-hash. jQuery have this?

The querystring is stuffed into the params hash by rails. So http://my/fine/url?something=anything

shows up in your controller as:

params => {'something' => 'anything'}

Your second question is not clear to me. What data is in the current URL?

BTW: The jQuery Google Group is very helpful for getting jQuery-specific questions answered.