I downloaded a JQuery slider that links its javascript back to the google api's. So I am assuming this is a google related issue, or its my coding not sure.
Its a downloaded slider that I modified and it will not function in FireFox. Link to my page: http://www.flyteusa.com/flyteusa/index1.php I copied the Javascript code locally trying to resolve this issue. Here are the original links: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.min.js" ></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/ libs/jqueryui/1.5.3/jquery-ui.min.js" ></script> <script type="text/javascript"> $(document).ready(function(){ $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); </script> Here is the link to the slider: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/ (There used to be a link to the demo and the source file but I cannot find it) Thanks, Brian -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
