I'm getting the error with this code, specifically the if statement, in the jquery mobile script...
parseUrl: function (url) { // If we're passed an object, we'll assume that it is // a parsed url object and just return it back to the caller. if ($.type(url) === "object") { $.type is not a function it's saying; any idea why? I have jquery 1.7 referenced too and it's above the JQuery Mobile script.