Possible Duplicate:
Get QueryString values with jQuery
Hey guys,
I got a question if i have a tag that looks like this:
<a href="?page=cart&action=order&ISBN={$boek.ISBN}">Add to basket</a>
What would be the best way to select the value of ISBN in jquery?