0

Can't load external scripts

fatalrhyme202 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
Thanks for such a great app, but I have problems with external sourced script tags such as jQuery library hosted on Google. For example this is not working for me <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
Is there a way to load and run external scripts?

Thanks in advance.

I just tried the following:

  • Download the source code of www.texasticapp.com
  • Replace the line "<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>" with your line
  • Preview the file

This worked flawlessly - it definitely loaded the jquery library from Google's servers in the local preview.

Please make sure that you have a working internet connection when you try this. If it can't load the file, there won't be an error message so maybe you just didn't notice that the connection didn't work.

It could also be possible that there is an error in your html page. In this case, you can send it to me and I'll have a look at it.