@Anthony, thanks. Your method worked.
Secondly, if I want to pass arguments by name, would it be okay to do
something like this---->>
{{=URL(...)}} + '/' + 'p1=' + param1 + '/' + 'p2=' + param2
@Brian, I would be interested & grateful to you if you can send me a
copy of jQuery.query
(as mentioned by you). Thanks
---Vineet
On Dec 4, 3:53 am, Brian M <[email protected]> wrote:
> I've used a jQuery plugin called jQuery.query that can manipulate URLs. If
> memory serves correct you do something along the lines of
> $.query.set('var', value) to set querystring values. And $.query.get('var')
> to retrieve.
>
> Sadly the jQuery team seems to have taken down the jQuery plugins site and
> I can't seem to find any other links to the source. Even the author's
> site<http://blairmitchelmore.com/jquery>just links back to the jQuery plugins
> site :\ I might be able to dig up a
> copy to send you if you're interested.
>
> ~Brian