Can we still inline javascript code?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Can we still inline javascript code?

Andy Burnett
I wanted to play with the google charts example, and I noticed that it was using 

<$.getScript("https://www.google.com/jsapi",aBlock);>

To load the google js library.  I thought I had read that this was no longer valid. Did i completely misunderstand, or is this something that will be deprecated?

Cheers
Andy

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Can we still inline javascript code?

Clément Béra
You are still able to do it, but your method should only have js code.

valid example :

foo
    < js code >

incorrect example :

foo
    st code
    <js code>
    st code


2013/6/9 Andy Burnett <[hidden email]>
I wanted to play with the google charts example, and I noticed that it was using 

<$.getScript("https://www.google.com/jsapi",aBlock);>

To load the google js library.  I thought I had read that this was no longer valid. Did i completely misunderstand, or is this something that will be deprecated?

Cheers
Andy

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Clément Béra
Mate Virtual Machine Engineer
Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.