I use this script:
$(document).ready(function() {
$page = jQuery.url.attr("file");
alert(page);
});
but I get error jQuery.url is undefined and through firebug I was able to make sure that jquery.js is loaded
please advise
thanks
$. It is ugly and will confuse people (including you, in the line after you did not add the$). Besides that, usevarto avoid creating globals.