Have a question regarding URL and jQuery.
Can I specify URL to tell jQuery to run a function?
e.g http://www.website.com/about.html?XYZ
to run a func
I believe so:
if(location.href == ""){ xyz(); else{ }