Actually I can’t get my page (showing cars) to work without including jquery. Here is the code:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js”></script>
<script src=”http://access.bytbil.com/basicclassic/access/content/getcontent/1/access.iframe.host.js”></script><script>
$.noConflict();
jQuery(function($) {
var iframe = $(‘#accessFrame’);
var iframeLoad = new Access.Iframe.Load({
packageName: “nyarebil2015”,
assortment: “AEyDUDIAIYAWDnkAAYcA!”,
actionName: “Senaste”,
parentUrl: window.location,
idName: “objekt”
});
iframeLoad.load(iframe);
});
</script>
<iframe id=”accessFrame” width=”300″ height=”150″ frameborder=”0″></iframe>
The first row is causing the mobile menu to stop working but unfortunately it is needed for this page to work. Any other way to do this?