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
In the URL bar you can always put javascript:XYZ();
javascript:XYZ();
Try that after this url loads: http://jsfiddle.net/maniator/mmAxY/show/