Query parameter using JS framework ?
Posted
by Maxim Veksler
on Stack Overflow
See other posts from Stack Overflow
or by Maxim Veksler
Published on 2010-06-05T16:55:35Z
Indexed on
2010/06/05
17:02 UTC
Read the original article
Hit count: 176
JavaScript
|httprequest
Hi,
I seem to not be able to find implementation from the common Ajax libraries (JQuery, mootools, prototypejs...) that would allow the operation of parsing the window.location.href for request parameter. I would expect something like:
$P{"param1"} == "param1_value"
Am I missing something?
p.s. The web does contains implementation examples for such operations
© Stack Overflow or respective owner