window.location.search will return "p=item"
window.location.hash will return "id=1"

simple test in firebug:

alert(window.location.hash);



gozigo_milis gozigo_milis wrote:
Dear all,

Can u give me script with jquery how to get URL after #
Example : index.php?p=item#id=1
How can I get id=1?

Thanks




Reply via email to