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
There is no built-in
$.urlfunction. You’re missing the jQuery URL plugin.